diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:03 +0200 |
commit | b6909da758f90e8f4aeea1309030364b8d6e0505 (patch) | |
tree | 67310bcc0ac41690c8e96ceac3403a57a533e0a4 /src/player.c | |
parent | a383f4511734b978020b1f8b4360ef9ad438e929 (diff) | |
download | mpd-b6909da758f90e8f4aeea1309030364b8d6e0505.tar.gz mpd-b6909da758f90e8f4aeea1309030364b8d6e0505.tar.xz mpd-b6909da758f90e8f4aeea1309030364b8d6e0505.zip |
clean up CPP includes
Include only headers which are really required. This speeds up
compilation and helps detect cross-layer accesses.
Diffstat (limited to 'src/player.c')
-rw-r--r-- | src/player.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/player.c b/src/player.c index e474b47dd..bdce70bbf 100644 --- a/src/player.c +++ b/src/player.c @@ -20,16 +20,8 @@ #include "path.h" #include "decode.h" #include "command.h" -#include "interface.h" -#include "playlist.h" -#include "ls.h" -#include "listen.h" #include "log.h" -#include "utils.h" -#include "directory.h" -#include "volume.h" #include "playerData.h" -#include "permission.h" #include "ack.h" #include "os_compat.h" #include "main_notify.h" |