summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ConnectWindow.hpp')
-rw-r--r--src/gui/ConnectWindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp
index 1635dbde..06283c70 100644
--- a/src/gui/ConnectWindow.hpp
+++ b/src/gui/ConnectWindow.hpp
@@ -21,13 +21,13 @@
#include "config.h"
#ifdef HAVE_SLV2
-#include <slv2/slv2.h>
+#include "slv2/slv2.h"
#endif
#include <gtkmm.h>
#include <libglademm/xml.h>
#include <libglademm.h>
-#include <raul/SharedPtr.hpp>
+#include "raul/SharedPtr.hpp"
#include "client/ThreadedSigClientInterface.hpp"
using Ingen::Client::SigClientInterface;