summaryrefslogtreecommitdiff
path: root/atari/plot
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-24 13:28:20 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-24 13:28:20 +0100
commit818b8276df618bd9dbc32e915e58a69e55d95801 (patch)
tree805e6b33c314947c0bc18b8c3126aea8657a2419 /atari/plot
parent124de5775a3a469d797a805ebe1f97312f7e1a0c (diff)
downloadnetsurf-818b8276df618bd9dbc32e915e58a69e55d95801.tar.gz
netsurf-818b8276df618bd9dbc32e915e58a69e55d95801.tar.bz2
Convert atari to bitmap render interface
Diffstat (limited to 'atari/plot')
-rwxr-xr-xatari/plot/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index 583429ace..ac998a4d5 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -25,10 +25,10 @@
#include <mt_gem.h>
#include <mint/osbind.h>
-#include "image/bitmap.h"
#include "utils/log.h"
#include "utils/utf8.h"
#include "utils/utils.h"
+#include "image/bitmap.h"
#include "desktop/plotters.h"
#include "desktop/mouse.h"