diff libvo/sub.h @ 24012:94d4930701b4

Remove useless #include and silence warnings when compiling find_sub.c.
author cehoyos
date Wed, 08 Aug 2007 10:40:17 +0000
parents 037737866f6a
children 7e2808fb1807
line wrap: on
line diff
--- 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;