diff options
author | Max Kellermann <max@duempel.org> | 2014-01-14 11:41:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-14 11:41:28 +0100 |
commit | 79eed5182e3e8ae284e9ebb8d75d11a1165ccff1 (patch) | |
tree | dcbb2f711972f365bd890a0fdfbfba7da34bb429 /src | |
parent | 5de0f3f36ad90b17ef0394e370275b0529ba360b (diff) | |
download | mpd-79eed5182e3e8ae284e9ebb8d75d11a1165ccff1.tar.gz mpd-79eed5182e3e8ae284e9ebb8d75d11a1165ccff1.tar.xz mpd-79eed5182e3e8ae284e9ebb8d75d11a1165ccff1.zip |
db/upnp/WorkQueue: include cleanup
Diffstat (limited to 'src')
-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) |