summaryrefslogtreecommitdiff
path: root/libs/ardour/element_import_handler.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-12 17:03:42 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-12 17:03:42 +0000
commit3b89d9eaa03406a5e03648f47734211f09b89d62 (patch)
tree1c8d151bca327d4a5cb7047c8591aa814b9b4ec8 /libs/ardour/element_import_handler.cc
parent2e5c935990d6ea5cc6e9a5a6de0fd8c52e68657c (diff)
Remove most using declarations from header files.
git-svn-id: svn://localhost/ardour2/branches/3.0@5069 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/element_import_handler.cc')
-rw-r--r--libs/ardour/element_import_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/element_import_handler.cc b/libs/ardour/element_import_handler.cc
index 53b5741622..c360e82206 100644
--- a/libs/ardour/element_import_handler.cc
+++ b/libs/ardour/element_import_handler.cc
@@ -22,6 +22,7 @@
#include <algorithm>
+using namespace std;
using namespace ARDOUR;
bool ElementImportHandler::_dirty = false;