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/gui/GraphTreeWindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/GraphTreeWindow.cpp') diff --git a/src/gui/GraphTreeWindow.cpp b/src/gui/GraphTreeWindow.cpp index df47fabf..e5522a74 100644 --- a/src/gui/GraphTreeWindow.cpp +++ b/src/gui/GraphTreeWindow.cpp @@ -24,8 +24,6 @@ #include "ingen/client/GraphModel.hpp" #include "raul/Path.hpp" -using namespace std; - namespace Ingen { using namespace Client; -- cgit v1.2.1