1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00

loader/win32.c: remove sys/timeb.h include

It is obsolete and breaks compilation with new gcc.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31868 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2010-07-30 17:02:58 +00:00 committed by Uoti Urpala
parent 27fcef8df1
commit 0c9034f030

View File

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