[vlc-commits] Freetype: remove unneeded includes

Jean-Baptiste Kempf git at videolan.org
Sun Dec 15 16:37:42 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Dec 15 16:37:26 2013 +0100| [15f6fe98c4f293c11d451eacdba32137ea4061e0] | committer: Jean-Baptiste Kempf

Freetype: remove unneeded includes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15f6fe98c4f293c11d451eacdba32137ea4061e0
---

 modules/text_renderer/freetype.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/text_renderer/freetype.c b/modules/text_renderer/freetype.c
index feb69e0..9409930 100644
--- a/modules/text_renderer/freetype.c
+++ b/modules/text_renderer/freetype.c
@@ -74,16 +74,12 @@
 
 /* Win32 GDI */
 #ifdef _WIN32
-# include <windows.h>
-# include <shlobj.h>
 # define HAVE_STYLES
 # undef HAVE_FONTCONFIG
-# include <vlc_charset.h>                                     /* FromT */
 #endif
 
 /* FontConfig */
 #ifdef HAVE_FONTCONFIG
-# include <fontconfig/fontconfig.h>
 # define HAVE_STYLES
 #endif
 



More information about the vlc-commits mailing list