From 71808f61f7db48a7ab4e16537b94ee5686749909 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 16:05:05 -0500 Subject: Remove superfluous using namespace declarations --- src/client/ingen_client.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/ingen_client.cpp') diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp index f99242b8..fe9d6605 100644 --- a/src/client/ingen_client.cpp +++ b/src/client/ingen_client.cpp @@ -19,8 +19,6 @@ #include "ingen_config.h" -using namespace Ingen; - struct IngenClientModule : public Ingen::Module { void load(Ingen::World* world) {} }; -- cgit v1.2.1