summaryrefslogtreecommitdiff
path: root/atari/plot/font_internal.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_internal.c
parent1c3211c50fa189249968d6d69eade889c9fd2069 (diff)
downloadnetsurf-1c9c303df886c073970982b78b2308f180f9cb9d.tar.gz
netsurf-1c9c303df886c073970982b78b2308f180f9cb9d.tar.bz2
rationalise atari plotters header usage.
Diffstat (limited to 'atari/plot/font_internal.c')
-rw-r--r--atari/plot/font_internal.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/atari/plot/font_internal.c b/atari/plot/font_internal.c
index 427444d2b..bfe0def8c 100644
--- a/atari/plot/font_internal.c
+++ b/atari/plot/font_internal.c
@@ -21,10 +21,13 @@
#include <unistd.h>
-#include "utils/utf8.h"
-#include "utils/log.h"
+#include "utils/utf8.h"
+#include "utils/log.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_internal.h"