Switch to unified view

a/dirbrowser/rreaper.cpp b/dirbrowser/rreaper.cpp
...
...
13
 *       along with this program; if not, write to the
13
 *       along with this program; if not, write to the
14
 *       Free Software Foundation, Inc.,
14
 *       Free Software Foundation, Inc.,
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *       59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
17
18
#include "rreaper.h"
19
18
#include <list>
20
#include <list>
19
#include <queue>
21
#include <queue>
20
#include <iostream>
22
#include <iostream>
23
#ifndef UNORDERED_SET_INCLUDE
24
#define UNORDERED_SET_INCLUDE <unordered_set>
25
#endif
26
#include UNORDERED_SET_INCLUDE
21
27
22
#include <QDebug>
28
#include <QDebug>
23
29
24
#include "rreaper.h"
25
30
26
using namespace std;
31
using namespace std;
27
32
28
struct CtDesc {
33
struct CtDesc {
29
    CtDesc(const string &objid, const string &path)
34
    CtDesc(const string &objid, const string &path)