From a8c77804021b0bb3fca6d9391c7c0e5a5c1fbf86 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 8 Aug 2007 10:40:17 +0000 Subject: Remove useless #include and silence warnings when compiling find_sub.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24032 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo') diff --git a/libvo/sub.h b/libvo/sub.h index c6223f8043..feb3354679 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -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; -- cgit v1.2.3