diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/upnp/WorkQueue.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/upnp/WorkQueue.hxx b/src/db/upnp/WorkQueue.hxx index ebd855fce..c1098d12f 100644 --- a/src/db/upnp/WorkQueue.hxx +++ b/src/db/upnp/WorkQueue.hxx @@ -24,13 +24,10 @@ #include "thread/Cond.hxx" #include <pthread.h> -#include <time.h> #include <string> #include <queue> -#include <list> -//#include "debuglog.h" #define LOGINFO(X) #define LOGERR(X) |