summaryrefslogtreecommitdiff
path: root/frontends/amiga/arexx.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-01 07:59:19 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-01 07:59:19 +0100
commitfcde28d97f3863d8be4f6245e20f6471c9bfacb6 (patch)
treecc0a37a6896571422feb2a273d4dfbbbdefe6488 /frontends/amiga/arexx.c
parent148748b82c29160224486af7eed0d62f37031cb6 (diff)
downloadnetsurf-fcde28d97f3863d8be4f6245e20f6471c9bfacb6.tar.gz
netsurf-fcde28d97f3863d8be4f6245e20f6471c9bfacb6.tar.bz2
reduce core header usage
Diffstat (limited to 'frontends/amiga/arexx.c')
-rw-r--r--frontends/amiga/arexx.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/amiga/arexx.c b/frontends/amiga/arexx.c
index 8436fdc55..ef9ea537c 100644
--- a/frontends/amiga/arexx.c
+++ b/frontends/amiga/arexx.c
@@ -29,19 +29,18 @@
#include <gadgets/clicktab.h>
#include <reaction/reaction_macros.h>
-#include "utils/utils.h"
#include "utils/log.h"
#include "utils/nsoption.h"
#include "utils/nsurl.h"
#include "content/hlcache.h"
#include "netsurf/browser_window.h"
-#include "netsurf/window.h"
#include "desktop/version.h"
#include "amiga/arexx.h"
-#include "amiga/download.h"
#include "amiga/gui.h"
+#include "amiga/download.h"
#include "amiga/hotlist.h"
+#include "amiga/tree.h"
#include "amiga/libs.h"
#include "amiga/misc.h"
#include "amiga/theme.h"