summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 09:55:33 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 10:35:32 -0400
commit2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0 (patch)
treec45b6aef32816a2db969a9fcad684cc5906fdb50 /src/Patchage.cpp
parenta58a86c262164945a3de2724dab50c6a4cc54241 (diff)
downloadpatchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.gz
patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.bz2
patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.zip
Clean up includes
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp6
1 files changed, 6 insertions, 0 deletions
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