diff options
Diffstat (limited to 'src/engine/events')
-rw-r--r-- | src/engine/events/SendBinding.hpp | 1 | ||||
-rw-r--r-- | src/engine/events/SetMetadata.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/SendBinding.hpp b/src/engine/events/SendBinding.hpp index b30ea5a2..c9def7ff 100644 --- a/src/engine/events/SendBinding.hpp +++ b/src/engine/events/SendBinding.hpp @@ -18,7 +18,6 @@ #ifndef INGEN_EVENTS_SENDBINDING_HPP #define INGEN_EVENTS_SENDBINDING_HPP -#include "raul/Atom.hpp" #include "engine/Event.hpp" #include "engine/ControlBindings.hpp" #include "engine/types.hpp" diff --git a/src/engine/events/SetMetadata.hpp b/src/engine/events/SetMetadata.hpp index 3b455248..b2e73679 100644 --- a/src/engine/events/SetMetadata.hpp +++ b/src/engine/events/SetMetadata.hpp @@ -20,7 +20,6 @@ #include <vector> #include "raul/URI.hpp" -#include "raul/Atom.hpp" #include "shared/ResourceImpl.hpp" #include "QueuedEvent.hpp" |