|
a/src/conftree.cpp |
|
b/src/conftree.cpp |
|
... |
|
... |
40 |
#include <sstream>
|
40 |
#include <sstream>
|
41 |
#include <utility>
|
41 |
#include <utility>
|
42 |
|
42 |
|
43 |
#include "pathut.h"
|
43 |
#include "pathut.h"
|
44 |
#include "smallut.h"
|
44 |
#include "smallut.h"
|
|
|
45 |
#ifdef MDU_INCLUDE_LOG
|
|
|
46 |
#include MDU_INCLUDE_LOG
|
|
|
47 |
#else
|
45 |
#include "log.h"
|
48 |
#include "log.h"
|
|
|
49 |
#endif
|
46 |
|
50 |
|
47 |
using namespace std;
|
51 |
using namespace std;
|
48 |
|
52 |
|
49 |
#undef DEBUG_CONFTREE
|
53 |
#undef DEBUG_CONFTREE
|
50 |
#ifdef DEBUG_CONFTREE
|
54 |
#ifdef DEBUG_CONFTREE
|