summaryrefslogtreecommitdiff
path: root/frontends/atari/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-08 15:30:25 +0100
commit8fdf262683dab03fb01941f74cfa698b1f9d6834 (patch)
tree11bc5b6b7dda4ff904e6d3df06cbfe83b0a82248 /frontends/atari/download.c
parent042fcb82b83d19bf08afd3367235ac71a60b3850 (diff)
downloadnetsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.gz
netsurf-8fdf262683dab03fb01941f74cfa698b1f9d6834.tar.bz2
remove unecessary content API usage from atari frontend
Diffstat (limited to 'frontends/atari/download.c')
-rw-r--r--frontends/atari/download.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/atari/download.c b/frontends/atari/download.c
index ebe3cc4a0..e475a15b7 100644
--- a/frontends/atari/download.c
+++ b/frontends/atari/download.c
@@ -24,14 +24,13 @@
#include <unistd.h>
#include <string.h>
#include <stdbool.h>
+#include <time.h>
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/nsoption.h"
#include "utils/string.h"
-#include "content/urldb.h"
-#include "content/fetch.h"
#include "desktop/save_complete.h"
#include "desktop/textinput.h"
#include "desktop/download.h"