summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-30 17:02:58 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:46 +0200
commit0c9034f030d0d97d3a46549a484059d17477dad2 (patch)
tree8c414aae537d9dec11a3b9f365ec1d08931f7224 /loader/win32.c
parent27fcef8df19cb9c25af400c22cab196a0d25788b (diff)
downloadmpv-0c9034f030d0d97d3a46549a484059d17477dad2.tar.bz2
mpv-0c9034f030d0d97d3a46549a484059d17477dad2.tar.xz
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
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index ab07574803..71c46e70fb 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -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