aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/_ogg_common.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:03 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:03 +0200
commitb6909da758f90e8f4aeea1309030364b8d6e0505 (patch)
tree67310bcc0ac41690c8e96ceac3403a57a533e0a4 /src/inputPlugins/_ogg_common.c
parenta383f4511734b978020b1f8b4360ef9ad438e929 (diff)
downloadmpd-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/_ogg_common.c')
-rw-r--r--src/inputPlugins/_ogg_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inputPlugins/_ogg_common.c b/src/inputPlugins/_ogg_common.c
index d24b2b47b..a7525c2de 100644
--- a/src/inputPlugins/_ogg_common.c
+++ b/src/inputPlugins/_ogg_common.c
@@ -28,7 +28,6 @@
(defined(FLAC_API_VERSION_CURRENT) && FLAC_API_VERSION_CURRENT > 7)
#include "../utils.h"
-#include "../os_compat.h"
ogg_stream_type ogg_stream_type_detect(InputStream * inStream)
{