From 560fac6a42644bd7584db5f53db19c936ef50ab0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 24 Jul 2007 19:26:47 +0000 Subject: Consistently rename all C++ files .cpp/.hpp. Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/patchage@613 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDriver.cpp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'src/JackDriver.cpp') 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 #include #include -#include -#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 +#include "PatchageCanvas.hpp" +#include "PatchageEvent.hpp" +#include "JackDriver.hpp" +#include "Patchage.hpp" +#include "PatchageModule.hpp" + +using namespace std; using namespace FlowCanvas; -- cgit v1.2.1