# HG changeset patch # User cehoyos # Date 1186569617 0 # Node ID 94d4930701b4da543698dd1a582b940de9fbf9e9 # Parent aa0a5aa712fc2c022fb4c1e515b791a3f1714956 Remove useless #include and silence warnings when compiling find_sub.c. diff -r aa0a5aa712fc -r 94d4930701b4 libvo/sub.h --- a/libvo/sub.h Wed Aug 08 09:12:33 2007 +0000 +++ b/libvo/sub.h Wed Aug 08 10:40:17 2007 +0000 @@ -2,10 +2,6 @@ #ifndef MPLAYER_SUB_H #define MPLAYER_SUB_H -#ifdef HAVE_TV_TELETEXT -#include "libmpcodecs/mp_image.h" -#endif - typedef struct mp_osd_bbox_s { int x1,y1,x2,y2; } mp_osd_bbox_t;