diff options
-rw-r--r-- | src/PatchageEvent.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 130f032..bfffa3e 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -23,12 +23,12 @@ #include "PatchageEvent.hpp" #include "Driver.hpp" #if defined(HAVE_JACK_DBUS) - #include "JackDbusDriver.hpp" +# include "JackDbusDriver.hpp" #elif defined(PATCHAGE_LIBJACK) - #include "JackDriver.hpp" +# include "JackDriver.hpp" #endif #ifdef HAVE_ALSA - #include "AlsaDriver.hpp" +# include "AlsaDriver.hpp" #endif using std::endl; |