summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-29 03:54:07 +0000
committerDavid Robillard <d@drobilla.net>2008-11-29 03:54:07 +0000
commit74054abbfdcf8e08dd30ecdfc30df5433cc4e481 (patch)
tree4258318e7f090f099bbb8e21515f24b5cea41479 /src
parent9f1ff36d40f916c253cebb1e9f336af53ce31f5d (diff)
downloadingen-74054abbfdcf8e08dd30ecdfc30df5433cc4e481.tar.gz
ingen-74054abbfdcf8e08dd30ecdfc30df5433cc4e481.tar.bz2
ingen-74054abbfdcf8e08dd30ecdfc30df5433cc4e481.zip
Fix local includes to use quotes (to always build against local version).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1824 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/engine/EventBuffer.hpp4
-rw-r--r--src/gui/App.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp
index 654e229b..5da1f131 100644
--- a/src/engine/EventBuffer.hpp
+++ b/src/engine/EventBuffer.hpp
@@ -18,8 +18,8 @@
#ifndef EVENTBUFFER_H
#define EVENTBUFFER_H
-#include <lv2ext/lv2_event.h>
-#include <lv2ext/lv2_event_helpers.h>
+#include "lv2ext/lv2_event.h"
+#include "lv2ext/lv2_event_helpers.h"
#include "Buffer.hpp"
#include "interface/DataType.hpp"
diff --git a/src/gui/App.hpp b/src/gui/App.hpp
index 5cc5b930..125a2f7b 100644
--- a/src/gui/App.hpp
+++ b/src/gui/App.hpp
@@ -28,7 +28,7 @@
#include <libglademm.h>
#include "raul/SharedPtr.hpp"
#include "raul/Deletable.hpp"
-#include <module/World.hpp>
+#include "module/World.hpp"
namespace Ingen {
class Engine;