summaryrefslogtreecommitdiff
path: root/monkey/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-17 09:27:58 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-17 09:27:58 +0100
commit7a6faf41994e1bd9a31112e7349221331e3fdc05 (patch)
tree6efdc04e2bbc28bfc0ce85454ea95af1f8af91a6 /monkey/download.c
parent388122d7e90b57fe76efa2c78f85219fd8cbba81 (diff)
downloadnetsurf-7a6faf41994e1bd9a31112e7349221331e3fdc05.tar.gz
netsurf-7a6faf41994e1bd9a31112e7349221331e3fdc05.tar.bz2
reduce uncesessary inclusion of browser.h and browser_private.h
Diffstat (limited to 'monkey/download.c')
-rw-r--r--monkey/download.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monkey/download.c b/monkey/download.c
index 6276972c2..bc820744c 100644
--- a/monkey/download.c
+++ b/monkey/download.c
@@ -17,11 +17,13 @@
*/
#include <stdio.h>
+#include <stdint.h>
#include "utils/errors.h"
#include "utils/ring.h"
#include "desktop/gui_download.h"
#include "desktop/download.h"
+#include "content/hlcache.h"
#include "monkey/browser.h"