summaryrefslogtreecommitdiff
path: root/atari/plot/font_internal.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-17 10:48:50 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-17 10:49:24 +0100
commit56731e1dbbf01d3a04b4dc24239c282230f457de (patch)
tree2e61821cb5493d36a8331950c7e29f8d50b88afc /atari/plot/font_internal.c
parent057e435b2840a1d6d2d8b2cd65021eb2f343fe38 (diff)
downloadnetsurf-56731e1dbbf01d3a04b4dc24239c282230f457de.tar.gz
netsurf-56731e1dbbf01d3a04b4dc24239c282230f457de.tar.bz2
remove all unecessary desktop/browser.h includes
Diffstat (limited to 'atari/plot/font_internal.c')
-rw-r--r--atari/plot/font_internal.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/atari/plot/font_internal.c b/atari/plot/font_internal.c
index e3c806cfe..0a8619f38 100644
--- a/atari/plot/font_internal.c
+++ b/atari/plot/font_internal.c
@@ -19,12 +19,16 @@
#ifdef WITH_INTERNAL_FONT_DRIVER
+#include <unistd.h>
+
+#include "utils/utf8.h"
+#include "utils/log.h"
+#include "desktop/mouse.h"
+
#include "atari/plot/plot.h"
#include "atari/plot/fontplot.h"
#include "atari/plot/font_internal.h"
-#include "utils/utf8.h"
-#include "utils/log.h"
extern unsigned long atari_plot_flags;
extern int atari_plot_vdi_handle;