diff options
author | Max Kellermann <max@duempel.org> | 2008-08-28 20:01:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-28 20:01:08 +0200 |
commit | 1560a70b01e1883d2cf6d444cef26f28753bb94e (patch) | |
tree | 52ed37affdea2cf43d74c9b3b20a9b529dcce61d /src/command.c | |
parent | b7861868cf68e5e5b1ad75bb44555591edbdb2d9 (diff) | |
download | mpd-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.c | 1 |
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" |