Don't include osl.h from the audio format handlers.
authorAndre Noll <maan@systemlinux.org>
Sun, 19 Jul 2009 13:44:35 +0000 (15:44 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 19 Jul 2009 13:44:35 +0000 (15:44 +0200)
They don't need this header, and including it broke compilation with -O0.

aac_afh.c
mp3_afh.c
ogg_afh.c

index 7de737068863df6d4a6233aa52628cbf53738921..d12dfa19ca8eb59f7a47951665941d63fd8ba1a6 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -11,7 +11,6 @@
 /** \file aac_afh.c para_server's aac audio format handler */
 
 #include <regex.h>
-#include <osl.h>
 
 #include "para.h"
 #include "error.h"
index 5eacf63bea0d35b32966fdfcdd2577c1784f01d1..d0be0ad95459390e37879870b349e88783618509 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -17,7 +17,6 @@
  */
 
 #include <regex.h>
-#include <osl.h>
 
 #include "para.h"
 #include "error.h"
index 65573cfccf08c4e853231ade26509d8c3ee5c278..4e64f062e5e5f6a09d9629c491e1fab4b0a91ecb 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -10,7 +10,6 @@
 #include <ogg/ogg.h>
 #include <vorbis/codec.h>
 #include <vorbis/vorbisfile.h>
-#include <osl.h>
 
 #include "para.h"
 #include "error.h"