Commit 15f6fe98 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Freetype: remove unneeded includes

parent e8c013a1
...@@ -74,16 +74,12 @@ ...@@ -74,16 +74,12 @@
/* Win32 GDI */ /* Win32 GDI */
#ifdef _WIN32 #ifdef _WIN32
# include <windows.h>
# include <shlobj.h>
# define HAVE_STYLES # define HAVE_STYLES
# undef HAVE_FONTCONFIG # undef HAVE_FONTCONFIG
# include <vlc_charset.h> /* FromT */
#endif #endif
/* FontConfig */ /* FontConfig */
#ifdef HAVE_FONTCONFIG #ifdef HAVE_FONTCONFIG
# include <fontconfig/fontconfig.h>
# define HAVE_STYLES # define HAVE_STYLES
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment