summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-19 23:24:51 +0000
committerDavid Robillard <d@drobilla.net>2007-12-19 23:24:51 +0000
commite0354004d29f5351d308af7c6c99170a7c2cd209 (patch)
treee1b9ea76755c8685257155ae7e2755043eb28dd2 /src/Patchage.hpp
parent5fa2982af5927d1e6a72969b86ab64c98414fe2c (diff)
downloadpatchage-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.hpp4
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;