Switch to unified view

a/libupnpp/workqueue.hxx b/libupnpp/workqueue.hxx
...
...
20
#include <pthread.h>
20
#include <pthread.h>
21
#include <time.h>
21
#include <time.h>
22
22
23
#include <string>
23
#include <string>
24
#include <queue>
24
#include <queue>
25
#include <tr1/unordered_map>
25
#include <unordered_map>
26
#include <tr1/unordered_set>
26
#include <unordered_set>
27
using std::tr1::unordered_map;
27
using std::unordered_map;
28
using std::tr1::unordered_set;
28
using std::unordered_set;
29
using std::queue;
29
using std::queue;
30
using std::string;
30
using std::string;
31
31
32
//#include "debuglog.h"
32
//#include "debuglog.h"
33
#define LOGDEB2(X)
33
#define LOGDEB2(X)