diff options
author | David Robillard <d@drobilla.net> | 2022-07-19 09:55:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-20 10:35:32 -0400 |
commit | 2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0 (patch) | |
tree | c45b6aef32816a2db969a9fcad684cc5906fdb50 /src/Patchage.cpp | |
parent | a58a86c262164945a3de2724dab50c6a4cc54241 (diff) | |
download | patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.gz patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.tar.bz2 patchage-2f6bec60c6bd0f4bac2a8a5f47b1994b65ed7ed0.zip |
Clean up includes
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 6 |
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 |