From 071fa6a7b85d528682223b928c1e0c7631d4d0b3 Mon Sep 17 00:00:00 2001 From: Allanis Date: Thu, 6 Mar 2014 02:37:40 +0000 Subject: [PATCH] [Fix] Urgh... Stop calling for freetype locally plox. kthxbai. --- src/font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/font.c b/src/font.c index 6b4f492..f4eba74 100644 --- a/src/font.c +++ b/src/font.c @@ -17,8 +17,8 @@ #include "font.h" #include "ft2build.h" -#include "freetype/freetype.h" -#include "freetype/ftglyph.h" +#include +#include #include "lephisto.h" #include "log.h"