diff options
author | David Robillard <d@drobilla.net> | 2007-07-24 19:26:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-07-24 19:26:47 +0000 |
commit | 560fac6a42644bd7584db5f53db19c936ef50ab0 (patch) | |
tree | 480f0cc071fd83a1e71b7deaa17ca6f98d2412f3 /src/main.cpp | |
parent | f8b4b09e42318eed8b7cd1fe6746fa4bc542771f (diff) | |
download | patchage-560fac6a42644bd7584db5f53db19c936ef50ab0.tar.gz patchage-560fac6a42644bd7584db5f53db19c936ef50ab0.tar.bz2 patchage-560fac6a42644bd7584db5f53db19c936ef50ab0.zip |
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
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index c17e3e0..b7bfc36 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,14 +15,14 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" +#include "../../config/config.h" #include <iostream> #include <libgnomecanvasmm.h> #include <glibmm/exception.h> -#include "Patchage.h" -#include "JackDriver.h" +#include "Patchage.hpp" +#include "JackDriver.hpp" #ifdef HAVE_LASH #include <lash/lash.h> |