summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/artworks.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-02 16:03:44 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-02 16:09:28 +0100
commit4f9dc971414cc9a26cce886370787899e1c86d18 (patch)
tree63c291db011ad06c7be8d63be2ae6620d31be6fc /riscos/content-handlers/artworks.c
parent4bf89b5948ca15a123086409db894a81365cf3c8 (diff)
downloadnetsurf-4f9dc971414cc9a26cce886370787899e1c86d18.tar.gz
netsurf-4f9dc971414cc9a26cce886370787899e1c86d18.tar.bz2
remove unecessary utils includes from RISC OS frontend
Diffstat (limited to 'riscos/content-handlers/artworks.c')
-rw-r--r--riscos/content-handlers/artworks.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/riscos/content-handlers/artworks.c b/riscos/content-handlers/artworks.c
index 4b5d27afb..b6f7a0d08 100644
--- a/riscos/content-handlers/artworks.c
+++ b/riscos/content-handlers/artworks.c
@@ -31,15 +31,17 @@
#include "swis.h"
#include "oslib/os.h"
#include "oslib/wimp.h"
+
#include "utils/config.h"
+#include "utils/log.h"
+#include "utils/messages.h"
+#include "utils/utils.h"
#include "content/content_protected.h"
#include "desktop/plotters.h"
+
#include "riscos/content-handlers/artworks.h"
#include "riscos/gui.h"
#include "riscos/wimputils.h"
-#include "utils/log.h"
-#include "utils/messages.h"
-#include "utils/utils.h"
#define AWRender_FileInitAddress 0x46080
#define AWRender_RenderAddress 0x46081