From 0124e669bd43b5d40bff33886dee8a3d464254f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 23:05:45 +0100 Subject: Clean up includes --- src/handle_event.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/handle_event.cpp') 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" -- cgit v1.2.1