remove sys/timeb.h include

fixes compilation on uClibc based i386 system
patch by Markus Heidelberg markus(x.x)heidelberg(x@x)web(x.x)de
ok'd by diego


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28387 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2009-01-29 03:36:14 +00:00
parent c312c67753
commit 16e790999a
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ for DLL to know too much about its environment.
#include <sys/types.h>
#include <dirent.h>
#include <sys/time.h>
#include <sys/timeb.h>
#ifdef HAVE_KSTAT
#include <kstat.h>
#endif