From 12b79487739ffedd9a74940feebe9d4ef11079dc Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Feb 2009 13:40:15 +0000 Subject: Remove pointless #ifdef around internal header includes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28436 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo/sub.c') diff --git a/libvo/sub.c b/libvo/sub.c index 94c38545dc..4bbc5813e3 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -8,16 +8,12 @@ #include #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" -- cgit v1.2.3