summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-04-10 21:42:38 +0000
committerOle Loots <ole@monochrom.net>2011-04-10 21:42:38 +0000
commit11dba4e9ee0020c0c959ef788286aae959117547 (patch)
tree85a65f47fcfb6c813a1ad8138fd3781c18b8a78c
parent649e4bc1a0795e26b2c222cf619b7572f644ad08 (diff)
downloadnetsurf-11dba4e9ee0020c0c959ef788286aae959117547.tar.gz
netsurf-11dba4e9ee0020c0c959ef788286aae959117547.tar.bz2
Removed nonsense include.
svn path=/trunk/netsurf/; revision=12176
-rwxr-xr-xatari/font.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/atari/font.c b/atari/font.c
index 798452af4..caebefc6d 100755
--- a/atari/font.c
+++ b/atari/font.c
@@ -21,6 +21,11 @@
#include <stdbool.h>
#include <windom.h>
+/*
+#include <ft2build.h>
+#include FT_CACHE_H
+*/
+
#include "css/css.h"
#include "render/font.h"
#include "utils/utf8.h"