aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_flac_common.h
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/_flac_common.h
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/_flac_common.h')
-rw-r--r--src/inputPlugins/_flac_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h
index 5c147a064..6fe5bd744 100644
--- a/src/inputPlugins/_flac_common.h
+++ b/src/inputPlugins/_flac_common.h
@@ -26,10 +26,6 @@
#if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC)
-#include "../tag.h"
-#include "../inputStream.h"
-#include "../outputBuffer.h"
-#include "../decode.h"
#include <FLAC/export.h>
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT <= 7
# include <FLAC/seekable_stream_decoder.h>