From 5268059f5d4ca9325a78da688a7622898354215a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 04:44:01 +0000 Subject: Remove 'using' declarations from headers. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1993 a436a847-0d15-0410-975c-d299462d15a1 --- src/ingen/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ingen') diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index 8fcda46f..c23a728a 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -50,10 +50,10 @@ #include "bindings/ingen_bindings.hpp" #endif - using namespace std; using namespace Ingen; - +using namespace Ingen::Shared; +using namespace Raul; SharedPtr engine; -- cgit v1.2.1