summaryrefslogtreecommitdiff
path: root/atari/plot/font_freetype.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-19 22:58:13 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-19 22:58:13 +0100
commit1c9c303df886c073970982b78b2308f180f9cb9d (patch)
tree99c85c9f6a514e58caad765b719e64cab2bc9b0d /atari/plot/font_freetype.c
parent1c3211c50fa189249968d6d69eade889c9fd2069 (diff)
downloadnetsurf-1c9c303df886c073970982b78b2308f180f9cb9d.tar.gz
netsurf-1c9c303df886c073970982b78b2308f180f9cb9d.tar.bz2
rationalise atari plotters header usage.
Diffstat (limited to 'atari/plot/font_freetype.c')
-rwxr-xr-xatari/plot/font_freetype.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/atari/plot/font_freetype.c b/atari/plot/font_freetype.c
index c4d774831..6b22ba81d 100755
--- a/atari/plot/font_freetype.c
+++ b/atari/plot/font_freetype.c
@@ -18,16 +18,22 @@
*/
#ifdef WITH_FREETYPE_FONT_DRIVER
-
+#include <assert.h>
#include <ft2build.h>
#include FT_CACHE_H
+#include "utils/log.h"
#include "utils/nsoption.h"
#include "desktop/mouse.h"
+#include "desktop/plot_style.h"
+#include "atari/gui.h"
+#include "atari/bitmap.h"
#include "atari/plot/plot.h"
+#include "atari/plot/fontplot.h"
#include "atari/plot/font_freetype.h"
#include "atari/findfile.h"
+#include "atari/gemtk/gemtk.h"
/* -------------------------------------------------------------------------- */
/* Font Loading & Mapping scheme */