diff options
author | Max Kellermann <max@duempel.org> | 2009-01-04 17:26:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-04 17:26:12 +0100 |
commit | 77d3643036573ad55cdfc45ed197996d7a5c28d2 (patch) | |
tree | 2e52ce2bf1aa5bcbbda94652c325b9bf20adcd98 /src/ls.h | |
parent | 599d5820bce424625e54e2486191437a012ff1dc (diff) | |
download | mpd-77d3643036573ad55cdfc45ed197996d7a5c28d2.tar.gz mpd-77d3643036573ad55cdfc45ed197996d7a5c28d2.tar.xz mpd-77d3643036573ad55cdfc45ed197996d7a5c28d2.zip |
ls: include cleanup
Don't include headers which are not used. Fix some includes in
decoder_thread.c.
Diffstat (limited to 'src/ls.h')
-rw-r--r-- | src/ls.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -19,9 +19,6 @@ #ifndef MPD_LS_H #define MPD_LS_H -#include "decoder_list.h" -#include "archive_list.h" - #include <stdbool.h> struct stat; |