aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-28 20:01:08 +0200
committerMax Kellermann <max@duempel.org>2008-08-28 20:01:08 +0200
commit1560a70b01e1883d2cf6d444cef26f28753bb94e (patch)
tree52ed37affdea2cf43d74c9b3b20a9b529dcce61d /src/command.c
parentb7861868cf68e5e5b1ad75bb44555591edbdb2d9 (diff)
downloadmpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.tar.gz
mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.tar.xz
mpd-1560a70b01e1883d2cf6d444cef26f28753bb94e.zip
include cleanup
Only include headers which are really needed.
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index e95299ab3..7078e781e 100644
--- a/src/command.c
+++ b/src/command.c
@@ -33,6 +33,7 @@
#include "sllist.h"
#include "ack.h"
#include "audio.h"
+#include "dbUtils.h"
#include "os_compat.h"
#define COMMAND_PLAY "play"