summaryrefslogtreecommitdiff
path: root/riscos/content-handlers/sprite.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/sprite.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/sprite.c')
-rw-r--r--riscos/content-handlers/sprite.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/riscos/content-handlers/sprite.c b/riscos/content-handlers/sprite.c
index a1a6eb1da..12fed4931 100644
--- a/riscos/content-handlers/sprite.c
+++ b/riscos/content-handlers/sprite.c
@@ -26,16 +26,18 @@
#include <string.h>
#include <stdlib.h>
#include "oslib/osspriteop.h"
+
+#include "utils/config.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/gui.h"
#include "riscos/image.h"
#include "riscos/content-handlers/sprite.h"
-#include "utils/config.h"
-#include "utils/log.h"
-#include "utils/messages.h"
-#include "utils/utils.h"
#ifdef WITH_SPRITE