Switch to unified view

a/src/utils/conftree.cpp b/src/utils/conftree.cpp
...
...
18
#include "config.h"
18
#include "config.h"
19
#endif
19
#endif
20
20
21
#ifndef TEST_CONFTREE
21
#ifndef TEST_CONFTREE
22
22
23
#include <unistd.h> // for access(2)
24
#include <ctype.h>
23
#include <ctype.h>
25
#include <fnmatch.h>
24
#include <fnmatch.h>
26
#include <sys/stat.h>
25
#include "safesysstat.h"
27
26
28
#include <fstream>
27
#include <fstream>
29
#include <sstream>
28
#include <sstream>
30
#include <algorithm>
29
#include <algorithm>
31
#include <iostream>
30
#include <iostream>