diff options
Diffstat (limited to 'src/engine/EventBuffer.hpp')
-rw-r--r-- | src/engine/EventBuffer.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp index 3245fcd3..567abcab 100644 --- a/src/engine/EventBuffer.hpp +++ b/src/engine/EventBuffer.hpp @@ -18,9 +18,9 @@ #ifndef INGEN_ENGINE_EVENTBUFFER_HPP #define INGEN_ENGINE_EVENTBUFFER_HPP -#include "event.lv2/event.h" -#include "event.lv2/event-helpers.h" -#include "atom.lv2/atom.h" +#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/lv2plug.in/ns/ext/event/event.h" +#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h" #include "interface/PortType.hpp" #include "Buffer.hpp" |