summaryrefslogtreecommitdiffstats
path: root/src/ganv_bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv_bench.cpp')
-rw-r--r--src/ganv_bench.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ganv_bench.cpp b/src/ganv_bench.cpp
index 1ad00f2..d1fbf2a 100644
--- a/src/ganv_bench.cpp
+++ b/src/ganv_bench.cpp
@@ -13,11 +13,11 @@
* with Ganv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "ganv/Canvas.hpp"
-#include "ganv/Circle.hpp"
-#include "ganv/Edge.hpp"
-#include "ganv/Module.hpp"
-#include "ganv/Port.hpp"
+#include <ganv/Canvas.hpp>
+#include <ganv/Circle.hpp>
+#include <ganv/Edge.hpp>
+#include <ganv/Module.hpp>
+#include <ganv/Port.hpp>
#include <glibmm/main.h>
#include <gtkmm/layout.h>