summaryrefslogtreecommitdiff
path: root/frontends/atari/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-07-01 14:27:04 +0100
committerVincent Sanders <vince@kyllikki.org>2016-07-01 14:27:04 +0100
commit8066d1c8b4ef4e8e19d22aa2d92950339271b351 (patch)
treea00969fcd198afdd65b647afa889d97ad535f084 /frontends/atari/download.c
parent0758af6631674d2ca88ca127c4b42842821ab7d0 (diff)
downloadnetsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.gz
netsurf-8066d1c8b4ef4e8e19d22aa2d92950339271b351.tar.bz2
move key press enums and operations to their own header
Diffstat (limited to 'frontends/atari/download.c')
-rw-r--r--frontends/atari/download.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/atari/download.c b/frontends/atari/download.c
index e475a15b7..3e7a68584 100644
--- a/frontends/atari/download.c
+++ b/frontends/atari/download.c
@@ -31,11 +31,10 @@
#include "utils/utils.h"
#include "utils/nsoption.h"
#include "utils/string.h"
-#include "desktop/save_complete.h"
-#include "desktop/textinput.h"
-#include "desktop/download.h"
#include "netsurf/browser_window.h"
#include "netsurf/download.h"
+#include "desktop/save_complete.h"
+#include "desktop/download.h"
#include "atari/gui.h"
#include "atari/misc.h"