summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchCanvas.hpp')
-rw-r--r--src/gui/PatchCanvas.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/PatchCanvas.hpp b/src/gui/PatchCanvas.hpp
index 98c71aff..5896957e 100644
--- a/src/gui/PatchCanvas.hpp
+++ b/src/gui/PatchCanvas.hpp
@@ -23,10 +23,10 @@
#include <string>
#include <map>
#include <boost/shared_ptr.hpp>
-#include <flowcanvas/Canvas.hpp>
-#include <flowcanvas/Module.hpp>
-#include <raul/SharedPtr.hpp>
-#include <raul/Path.hpp>
+#include "flowcanvas/Canvas.hpp"
+#include "flowcanvas/Module.hpp"
+#include "raul/SharedPtr.hpp"
+#include "raul/Path.hpp"
#include "client/ConnectionModel.hpp"
#include "client/PatchModel.hpp"
#include "interface/GraphObject.hpp"