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
This commit is contained in:
cehoyos 2007-08-08 10:40:17 +00:00
parent 139d5f7fca
commit a8c7780402
1 changed files with 0 additions and 4 deletions

View File

@ -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;