From 2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 09:55:33 -0400 Subject: Clean up includes --- src/Patchage.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Patchage.cpp') diff --git a/src/Patchage.cpp b/src/Patchage.cpp index e74b812..122aae2 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -11,10 +11,16 @@ #include "Configuration.hpp" #include "Coord.hpp" #include "Driver.hpp" +#include "Drivers.hpp" #include "Event.hpp" #include "Legend.hpp" +#include "Options.hpp" +#include "PortType.hpp" +#include "Reactor.hpp" #include "Setting.hpp" +#include "TextViewLog.hpp" #include "UIFile.hpp" +#include "Widget.hpp" #include "event_to_string.hpp" #include "handle_event.hpp" #include "patchage_config.h" // IWYU pragma: keep -- cgit v1.2.1