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/Serialiser.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Serialiser.cpp') diff --git a/src/Serialiser.cpp b/src/Serialiser.cpp index 537e7091..2e125953 100644 --- a/src/Serialiser.cpp +++ b/src/Serialiser.cpp @@ -47,9 +47,7 @@ #include "sord/sordmm.hpp" #include "sratom/sratom.h" -using namespace std; -using namespace Sord; -using namespace Ingen; +using std::string; namespace Ingen { -- cgit v1.2.1