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/inputPlugins/_flac_common.h | |
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/inputPlugins/_flac_common.h')
-rw-r--r-- | src/inputPlugins/_flac_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h index 10c2f3d38..fb69277ff 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> |