From c8f8261d199af4956aeaf387b2fde41baf905f83 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 18 Jan 2009 00:21:47 +0000 Subject: Remove '#include "config.h"' from all public header files. This requires that many other files include config.h themselves. Also convert to "config.h". --- src/liba52/xine_a52_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liba52') diff --git a/src/liba52/xine_a52_decoder.c b/src/liba52/xine_a52_decoder.c index 0f9ed3ad5..47babce7a 100644 --- a/src/liba52/xine_a52_decoder.c +++ b/src/liba52/xine_a52_decoder.c @@ -27,7 +27,7 @@ /* avoid compiler warnings */ #define _BSD_SOURCE 1 -#include +#include "config.h" #include #include -- cgit v1.2.3