aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp3_plugin.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:03 +0200
committerEric Wong <normalperson@yhbt.net>2008-08-30 18:28:25 -0700
commit27ce02fa9146601ab4a0210cc85c2d5f50b833f4 (patch)
tree38623105bb3ff694d37f912c9ccfb28dc03eb1a1 /src/inputPlugins/mp3_plugin.c
parentac5ec35a6e222f635912f6a7eaf3c036c71367b6 (diff)
downloadmpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.tar.gz
mpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.tar.xz
mpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.zip
clean up CPP includes
Include only headers which are really required. This speeds up compilation and helps detect cross-layer accesses. [ew: minor fixups to not break on new core]
Diffstat (limited to 'src/inputPlugins/mp3_plugin.c')
-rw-r--r--src/inputPlugins/mp3_plugin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c
index c36cab6f0..684655f97 100644
--- a/src/inputPlugins/mp3_plugin.c
+++ b/src/inputPlugins/mp3_plugin.c
@@ -20,7 +20,6 @@
#ifdef HAVE_MAD
-#include "../pcm_utils.h"
#include <mad.h>
#ifdef HAVE_ID3TAG
@@ -29,12 +28,8 @@
#include "../log.h"
#include "../utils.h"
-#include "../replayGain.h"
-#include "../tag.h"
#include "../conf.h"
-#include "../os_compat.h"
-
#define FRAMES_CUSHION 2000
#define READ_BUFFER_SIZE 40960