diff options
Diffstat (limited to 'src/JackDriver.cpp')
-rw-r--r-- | src/JackDriver.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index b9ae615..4ed8a55 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -18,16 +18,15 @@ #include "ClientID.hpp" #include "ILog.hpp" -#include "Patchage.hpp" -#include "PatchageCanvas.hpp" #include "PatchageEvent.hpp" #include "PortNames.hpp" #include "PortType.hpp" #include "SignalDirection.hpp" +#include "jackey.h" #include "patchage_config.h" +#include "warnings.hpp" #ifdef HAVE_JACK_METADATA -# include "jackey.h" # include <jack/metadata.h> #endif |