aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-28 20:01:08 +0200
committerEric Wong <normalperson@yhbt.net>2008-08-31 03:49:51 -0700
commit929305101d4fbde7c0c540264106c4275860a3b8 (patch)
tree2bb98e22e2f3f29d5f4971ed3fa94a3194b77ab4 /src/command.c
parent9144751e21315878343a94997ee0bda36ff7483d (diff)
downloadmpd-929305101d4fbde7c0c540264106c4275860a3b8.tar.gz
mpd-929305101d4fbde7c0c540264106c4275860a3b8.tar.xz
mpd-929305101d4fbde7c0c540264106c4275860a3b8.zip
include cleanup
Only include headers which are really needed.
Diffstat (limited to '')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index af559bd6b..805addde1 100644
--- a/src/command.c
+++ b/src/command.c
@@ -32,6 +32,7 @@
#include "sllist.h"
#include "ack.h"
#include "audio.h"
+#include "dbUtils.h"
#include "os_compat.h"
#include "player_error.h"
#include "outputBuffer.h"