summaryrefslogtreecommitdiff
path: root/riscos/history.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/history.c
parent4bf89b5948ca15a123086409db894a81365cf3c8 (diff)
downloadnetsurf-4f9dc971414cc9a26cce886370787899e1c86d18.tar.gz
netsurf-4f9dc971414cc9a26cce886370787899e1c86d18.tar.bz2
remove unecessary utils includes from RISC OS frontend
Diffstat (limited to 'riscos/history.c')
-rw-r--r--riscos/history.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/riscos/history.c b/riscos/history.c
index 4b3bed2c4..9d78f6ded 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -27,18 +27,18 @@
#include <stdlib.h>
#include <string.h>
#include "oslib/wimp.h"
+
+#include "utils/nsoption.h"
+#include "utils/log.h"
#include "desktop/browser_history.h"
#include "desktop/plotters.h"
+
#include "riscos/dialog.h"
-#include "utils/nsoption.h"
#include "riscos/gui.h"
#include "riscos/mouse.h"
#include "riscos/wimp.h"
#include "riscos/wimp_event.h"
#include "riscos/wimputils.h"
-#include "utils/log.h"
-#include "utils/utils.h"
-
static struct browser_window *history_bw;
/* Last position of mouse in window. */