diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/EventBuffer.hpp | 4 | ||||
-rw-r--r-- | src/gui/App.hpp | 2 |
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; |