diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-09-27 00:38:03 -0700 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-09-28 19:38:37 -0700 |
commit | b6b3ceb7dd0cd35ed8f45b997a77e0dccfc6839a (patch) | |
tree | 4da6f3184baa6e12936ee581ff63d79722a0a81b | |
parent | d645f0a97a52ac061d1f6a43b798c05df93fc48e (diff) | |
download | mpd-b6b3ceb7dd0cd35ed8f45b997a77e0dccfc6839a.tar.gz mpd-b6b3ceb7dd0cd35ed8f45b997a77e0dccfc6839a.tar.xz mpd-b6b3ceb7dd0cd35ed8f45b997a77e0dccfc6839a.zip |
directory.c: kill unnecessary includes
-rw-r--r-- | src/directory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/directory.c b/src/directory.c index f7c426267..0e7933328 100644 --- a/src/directory.c +++ b/src/directory.c @@ -20,16 +20,12 @@ #include "command.h" #include "conf.h" -#include "client.h" -#include "listen.h" #include "log.h" #include "ls.h" #include "path.h" #include "playlist.h" -#include "sig_handlers.h" #include "stats.h" #include "utils.h" -#include "volume.h" #include "ack.h" #include "myfprintf.h" #include "dbUtils.h" |