# HG changeset patch # User diego # Date 1233495615 0 # Node ID e0d9eb28e80797f3fb2269e0a6c2465e0227e038 # Parent 9202b92458197df5846422b0bec0cdddfd4cc1ff Remove pointless #ifdef around internal header includes. diff -r 9202b9245819 -r e0d9eb28e807 libvo/sub.c --- 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 #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"