diff options
author | David Robillard <d@drobilla.net> | 2007-12-19 23:24:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-19 23:24:51 +0000 |
commit | e0354004d29f5351d308af7c6c99170a7c2cd209 (patch) | |
tree | e1b9ea76755c8685257155ae7e2755043eb28dd2 /src/Patchage.hpp | |
parent | 5fa2982af5927d1e6a72969b86ab64c98414fe2c (diff) | |
download | patchage-e0354004d29f5351d308af7c6c99170a7c2cd209.tar.gz patchage-e0354004d29f5351d308af7c6c99170a7c2cd209.tar.bz2 patchage-e0354004d29f5351d308af7c6c99170a7c2cd209.zip |
Remove old/useless code.
Tidy.
git-svn-id: http://svn.drobilla.net/lad/patchage@986 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index ab3cf18..1aa28b4 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -18,12 +18,10 @@ #ifndef PATCHAGE_H #define PATCHAGE_H -#include CONFIG_H_PATH #include <string> #include <boost/shared_ptr.hpp> #include <libgnomecanvasmm.h> - -using namespace std; +#include CONFIG_H_PATH class PatchageCanvas; class JackDriver; |