summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-07-03 18:07:21 +0100
committerVincent Sanders <vince@kyllikki.org>2020-07-03 18:07:21 +0100
commit0908925ca67652e4e335c5f8ef4139ca6f60904f (patch)
tree13dc0f6975b3f33b3f451f3efe6374151d05f156 /content/fetch.c
parent1697118e227406764d1cfad78a5fcc9febe152be (diff)
downloadnetsurf-0908925ca67652e4e335c5f8ef4139ca6f60904f.tar.gz
netsurf-0908925ca67652e4e335c5f8ef4139ca6f60904f.tar.bz2
move the file fetcher sources into a single directory
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 4cc7859fe..a26079965 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -56,7 +56,7 @@
#include "content/fetchers/about.h"
#include "content/fetchers/curl.h"
#include "content/fetchers/data.h"
-#include "content/fetchers/file.h"
+#include "content/fetchers/file/file.h"
#include "javascript/fetcher.h"
#include "content/urldb.h"