summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events.hpp')
-rw-r--r--src/libs/engine/events.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libs/engine/events.hpp b/src/libs/engine/events.hpp
index 2660c6c1..82c948b2 100644
--- a/src/libs/engine/events.hpp
+++ b/src/libs/engine/events.hpp
@@ -28,10 +28,10 @@
#include "CreatePatchEvent.hpp"
#include "DeactivateEvent.hpp"
#include "DestroyEvent.hpp"
-#include "DisablePatchEvent.hpp"
-#include "DisconnectionEvent.hpp"
#include "DisconnectNodeEvent.hpp"
+#include "DisconnectionEvent.hpp"
#include "EnablePatchEvent.hpp"
+#include "EnablePortBroadcastingEvent.hpp"
#include "LoadPluginsEvent.hpp"
#include "MidiLearnEvent.hpp"
#include "NoteOffEvent.hpp"
@@ -46,17 +46,17 @@
#include "RequestPluginsEvent.hpp"
#include "RequestPortValueEvent.hpp"
#include "SetMetadataEvent.hpp"
-#include "SetPolyphonyEvent.hpp"
#include "SetPolyphonicEvent.hpp"
+#include "SetPolyphonyEvent.hpp"
#include "SetPortValueEvent.hpp"
#include "SetPortValueQueuedEvent.hpp"
#include "UnregisterClientEvent.hpp"
#ifdef HAVE_DSSI
-#include "DSSIUpdateEvent.hpp"
-#include "DSSIControlEvent.hpp"
#include "DSSIConfigureEvent.hpp"
+#include "DSSIControlEvent.hpp"
#include "DSSIProgramEvent.hpp"
+#include "DSSIUpdateEvent.hpp"
#endif
#endif // EVENTS_H