summaryrefslogtreecommitdiff
path: root/atari/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 20:10:32 +0000
commitad343eccb18454bab2f4e9464b88564c9da69649 (patch)
treea4d775a8e99e7d98dcfabdcdde7e6ad0dfd7368b /atari/download.c
parentf2cda2e1a707033ac582e791c45eeb3d0feaa70d (diff)
downloadnetsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.gz
netsurf-ad343eccb18454bab2f4e9464b88564c9da69649.tar.bz2
remove unecessary utils/types.h
This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
Diffstat (limited to 'atari/download.c')
-rwxr-xr-xatari/download.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/atari/download.c b/atari/download.c
index f5c9120ca..c2a82d72b 100755
--- a/atari/download.c
+++ b/atari/download.c
@@ -29,7 +29,6 @@
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/nsoption.h"
-#include "utils/types.h"
#include "content/urldb.h"
#include "content/fetch.h"
#include "desktop/save_complete.h"