summaryrefslogtreecommitdiffstats
path: root/src/engine/events.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-30 17:43:50 +0000
committerDavid Robillard <d@drobilla.net>2008-09-30 17:43:50 +0000
commit7a855a56a1eabd1b46543eab424257c658ff770b (patch)
tree56c56869f76d280d8f4034b140bada62a7f6e008 /src/engine/events.hpp
parentee26748673db8a28599a48f05741ad34581395b7 (diff)
downloadingen-7a855a56a1eabd1b46543eab424257c658ff770b.tar.gz
ingen-7a855a56a1eabd1b46543eab424257c658ff770b.tar.bz2
ingen-7a855a56a1eabd1b46543eab424257c658ff770b.zip
Fix building (both autohell and waf) with simpler ingen tree layout.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1553 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events.hpp')
-rw-r--r--src/engine/events.hpp56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/engine/events.hpp b/src/engine/events.hpp
index 14f5230c..6131cb76 100644
--- a/src/engine/events.hpp
+++ b/src/engine/events.hpp
@@ -20,34 +20,34 @@
#include CONFIG_H_PATH
-#include "AllNotesOffEvent.hpp"
-#include "ClearPatchEvent.hpp"
-#include "ConnectionEvent.hpp"
-#include "CreateNodeEvent.hpp"
-#include "CreatePatchEvent.hpp"
-#include "CreatePortEvent.hpp"
-#include "DeactivateEvent.hpp"
-#include "DestroyEvent.hpp"
-#include "DisconnectAllEvent.hpp"
-#include "DisconnectionEvent.hpp"
-#include "EnablePatchEvent.hpp"
-#include "LoadPluginsEvent.hpp"
-#include "MidiLearnEvent.hpp"
-#include "NoteEvent.hpp"
-#include "PingQueuedEvent.hpp"
-#include "RegisterClientEvent.hpp"
-#include "RenameEvent.hpp"
-#include "RequestAllObjectsEvent.hpp"
-#include "RequestMetadataEvent.hpp"
-#include "RequestObjectEvent.hpp"
-#include "RequestPluginEvent.hpp"
-#include "RequestPluginsEvent.hpp"
-#include "RequestPortValueEvent.hpp"
-#include "SetMetadataEvent.hpp"
-#include "SetPolyphonicEvent.hpp"
-#include "SetPolyphonyEvent.hpp"
-#include "SetPortValueEvent.hpp"
-#include "UnregisterClientEvent.hpp"
+#include "events/AllNotesOffEvent.hpp"
+#include "events/ClearPatchEvent.hpp"
+#include "events/ConnectionEvent.hpp"
+#include "events/CreateNodeEvent.hpp"
+#include "events/CreatePatchEvent.hpp"
+#include "events/CreatePortEvent.hpp"
+#include "events/DeactivateEvent.hpp"
+#include "events/DestroyEvent.hpp"
+#include "events/DisconnectAllEvent.hpp"
+#include "events/DisconnectionEvent.hpp"
+#include "events/EnablePatchEvent.hpp"
+#include "events/LoadPluginsEvent.hpp"
+#include "events/MidiLearnEvent.hpp"
+#include "events/NoteEvent.hpp"
+#include "events/PingQueuedEvent.hpp"
+#include "events/RegisterClientEvent.hpp"
+#include "events/RenameEvent.hpp"
+#include "events/RequestAllObjectsEvent.hpp"
+#include "events/RequestMetadataEvent.hpp"
+#include "events/RequestObjectEvent.hpp"
+#include "events/RequestPluginEvent.hpp"
+#include "events/RequestPluginsEvent.hpp"
+#include "events/RequestPortValueEvent.hpp"
+#include "events/SetMetadataEvent.hpp"
+#include "events/SetPolyphonicEvent.hpp"
+#include "events/SetPolyphonyEvent.hpp"
+#include "events/SetPortValueEvent.hpp"
+#include "events/UnregisterClientEvent.hpp"
#endif // EVENTS_H