]> git.sesse.net Git - vlc/commitdiff
freetype: fix compilation, vlc_mtime.h is already included in vlc_common.h
authorRafaël Carré <funman@videolan.org>
Tue, 29 Jan 2008 14:20:45 +0000 (14:20 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 29 Jan 2008 14:20:45 +0000 (14:20 +0000)
modules/misc/freetype.c

index ae15cf208eb3d65faf5fa8978fbe9b301ce39ecc..b6aa9b261b1dea4de6d3e99db5bb85a32aba797e 100644 (file)
@@ -39,7 +39,6 @@
 #include <vlc_stream.h>
 #include <vlc_xml.h>
 #include <vlc_input.h>
-#include <vlc_mtime.h>
 
 #ifdef HAVE_LINUX_LIMITS_H
 #   include <linux/limits.h>