From 779baaaa842521b60d0727a0d7169eb30ea754c0 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 10 Mar 2014 10:12:46 +0100 Subject: [PATCH] none --- src/utils/conftree.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/utils/conftree.cpp b/src/utils/conftree.cpp index 13e91aac..7cb89875 100644 --- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -31,14 +31,12 @@ #include #include +using namespace std; + #include "conftree.h" #include "pathut.h" #include "smallut.h" -#ifndef NO_NAMESPACES -using namespace std; -#endif // NO_NAMESPACES - #undef DEBUG #ifdef DEBUG #define LOGDEB(X) fprintf X