summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 7b347194..ebf9a59e 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -20,9 +20,9 @@
#include <cassert>
#include <string>
-#include <flowcanvas/Port.hpp>
-#include <raul/SharedPtr.hpp>
-#include <raul/Atom.hpp>
+#include "flowcanvas/Port.hpp"
+#include "raul/SharedPtr.hpp"
+#include "raul/Atom.hpp"
namespace Ingen { namespace Client { class PortModel; } }
using Ingen::Client::PortModel;