changeset 28401:e0d9eb28e807

Remove pointless #ifdef around internal header includes.
author diego
date Sun, 01 Feb 2009 13:40:15 +0000
parents 9202b9245819
children c884d17bd005
files libvo/sub.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.c	Sun Feb 01 13:33:35 2009 +0000
+++ b/libvo/sub.c	Sun Feb 01 13:40:15 2009 +0000
@@ -8,16 +8,12 @@
 #include <malloc.h>
 #endif
 
-#ifdef CONFIG_DVDNAV
 #include "stream/stream.h"
 #include "stream/stream_dvdnav.h"
 #define OSD_NAV_BOX_ALPHA 0x7f
-#endif
 
-#ifdef CONFIG_TV_TELETEXT
 #include "stream/tv.h"
 #include "osdep/timer.h"
-#endif
 
 #include "mplayer.h"
 #include "mp_msg.h"