diff options
Diffstat (limited to 'src/handle_event.cpp')
-rw-r--r-- | src/handle_event.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/handle_event.cpp b/src/handle_event.cpp index 200f819..98a81f3 100644 --- a/src/handle_event.cpp +++ b/src/handle_event.cpp @@ -15,16 +15,10 @@ */ #include "handle_event.hpp" -#include "event_to_string.hpp" - -#include "PatchageEvent.hpp" - -#include "patchage_config.h" - -#include "event_to_string.hpp" #include "Patchage.hpp" #include "PatchageCanvas.hpp" +#include "PatchageEvent.hpp" #include "PatchageModule.hpp" #include "PatchagePort.hpp" |