diff options
author | David Robillard <d@drobilla.net> | 2020-11-28 23:05:45 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-28 23:05:45 +0100 |
commit | 0124e669bd43b5d40bff33886dee8a3d464254f7 (patch) | |
tree | 319fba93271ae8ebcd9455d8ab2ea9108c8dba75 /src/handle_event.cpp | |
parent | 5cd59f10b1ebd5ee628e2cd96af7f1e0d45cbe3f (diff) | |
download | patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.gz patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.tar.bz2 patchage-0124e669bd43b5d40bff33886dee8a3d464254f7.zip |
Clean up includes
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" |