diff options
Diffstat (limited to 'src/JackDriver.cpp')
-rw-r--r-- | src/JackDriver.cpp | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 4513830..e088590 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -23,16 +23,14 @@ #include <jack/jack.h> #include <jack/statistics.h> #include <jack/thread.h> -#include <raul/SharedPtr.h> -#include "PatchageCanvas.h" -#include "PatchageEvent.h" -#include "JackDriver.h" -#include "Patchage.h" -#include "PatchageModule.h" - -using std::cerr; using std::endl; -using std::string; - +#include <raul/SharedPtr.hpp> +#include "PatchageCanvas.hpp" +#include "PatchageEvent.hpp" +#include "JackDriver.hpp" +#include "Patchage.hpp" +#include "PatchageModule.hpp" + +using namespace std; using namespace FlowCanvas; |