Switch to unified view
a/src/utils/conftree.cpp | b/src/utils/conftree.cpp | ||
---|---|---|---|
... |
... |
||
29 | #include <sstream> |
29 | #include <sstream> |
30 | #include <algorithm> |
30 | #include <algorithm> |
31 | #include <iostream> |
31 | #include <iostream> |
32 | #include <cstring> |
32 | #include <cstring> |
33 | 33 | ||
34 | using namespace std; |
||
35 | |||
34 | #include "conftree.h" |
36 | #include "conftree.h" |
35 | #include "pathut.h" |
37 | #include "pathut.h" |
36 | #include "smallut.h" |
38 | #include "smallut.h" |
37 | |||
38 | #ifndef NO_NAMESPACES |
||
39 | using namespace std; |
||
40 | #endif // NO_NAMESPACES |
||
41 | 39 | ||
42 | #undef DEBUG |
40 | #undef DEBUG |
43 | #ifdef DEBUG |
41 | #ifdef DEBUG |
44 | #define LOGDEB(X) fprintf X |
42 | #define LOGDEB(X) fprintf X |
45 | #else |
43 | #else |