This commit is contained in:
Jean-Francois Dockes 2014-03-10 10:12:46 +01:00
parent a61e3efe83
commit d84d475ec8

View file

@ -31,14 +31,12 @@
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
using namespace std;
#include "conftree.h" #include "conftree.h"
#include "pathut.h" #include "pathut.h"
#include "smallut.h" #include "smallut.h"
#ifndef NO_NAMESPACES
using namespace std;
#endif // NO_NAMESPACES
#undef DEBUG #undef DEBUG
#ifdef DEBUG #ifdef DEBUG
#define LOGDEB(X) fprintf X #define LOGDEB(X) fprintf X