summaryrefslogtreecommitdiffstats
path: root/src/engine/events.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 00:56:34 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 00:56:34 +0000
commit952d0c985dd511050ba17f4e293faf01d7885dad (patch)
tree482c0bbd38f3afb058a2a4c4d984c13a842b9073 /src/engine/events.hpp
parent6fa626aa20ca44e17713d947d60ec661ba44f0f5 (diff)
downloadingen-952d0c985dd511050ba17f4e293faf01d7885dad.tar.gz
ingen-952d0c985dd511050ba17f4e293faf01d7885dad.tar.bz2
ingen-952d0c985dd511050ba17f4e293faf01d7885dad.zip
Chop "Event" from event source file names.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2066 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events.hpp')
-rw-r--r--src/engine/events.hpp46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/engine/events.hpp b/src/engine/events.hpp
index d9fb9362..6c407428 100644
--- a/src/engine/events.hpp
+++ b/src/engine/events.hpp
@@ -20,29 +20,29 @@
#include "ingen-config.h"
-#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/DeleteEvent.hpp"
-#include "events/DisconnectAllEvent.hpp"
-#include "events/DisconnectionEvent.hpp"
-#include "events/GetEvent.hpp"
-#include "events/LoadPluginsEvent.hpp"
-#include "events/MidiLearnEvent.hpp"
-#include "events/MoveEvent.hpp"
-#include "events/NoteEvent.hpp"
-#include "events/PingQueuedEvent.hpp"
-#include "events/RegisterClientEvent.hpp"
-#include "events/RequestAllObjectsEvent.hpp"
-#include "events/RequestMetadataEvent.hpp"
-#include "events/RequestPluginsEvent.hpp"
-#include "events/SetMetadataEvent.hpp"
-#include "events/SetPortValueEvent.hpp"
-#include "events/UnregisterClientEvent.hpp"
+#include "events/AllNotesOff.hpp"
+#include "events/ClearPatch.hpp"
+#include "events/Connection.hpp"
+#include "events/CreateNode.hpp"
+#include "events/CreatePatch.hpp"
+#include "events/CreatePort.hpp"
+#include "events/Deactivate.hpp"
+#include "events/Delete.hpp"
+#include "events/DisconnectAll.hpp"
+#include "events/Disconnection.hpp"
+#include "events/Get.hpp"
+#include "events/LoadPlugins.hpp"
+#include "events/MidiLearn.hpp"
+#include "events/Move.hpp"
+#include "events/Note.hpp"
+#include "events/PingQueued.hpp"
+#include "events/RegisterClient.hpp"
+#include "events/RequestAllObjects.hpp"
+#include "events/RequestMetadata.hpp"
+#include "events/RequestPlugins.hpp"
+#include "events/SetMetadata.hpp"
+#include "events/SetPortValue.hpp"
+#include "events/UnregisterClient.hpp"
#endif // EVENTS_H