summaryrefslogtreecommitdiff
path: root/content/fetchers
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-11-19 17:11:23 +0000
committerVincent Sanders <vince@kyllikki.org>2016-11-19 17:11:23 +0000
commit61a00c3832332bc27b991d3e20702a7f900e5098 (patch)
treeab54d8506bf1800e28ddb3661f08d81ebc24a680 /content/fetchers
parentcdde777d9cf157460201c59c5cc05c7479c3f830 (diff)
downloadnetsurf-61a00c3832332bc27b991d3e20702a7f900e5098.tar.gz
netsurf-61a00c3832332bc27b991d3e20702a7f900e5098.tar.bz2
fix unecessary base64 header include
Diffstat (limited to 'content/fetchers')
-rw-r--r--content/fetchers/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index d82832a31..139d09aea 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <stdlib.h>
#include <libwapcaplet/libwapcaplet.h>
+#include <nsutils/base64.h>
#include "utils/url.h"
#include "utils/nsurl.h"
@@ -32,7 +33,6 @@
#include "utils/log.h"
#include "utils/utils.h"
#include "utils/ring.h"
-#include "nsutils/base64.h"
#include "content/fetch.h"
#include "content/fetchers.h"