summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-09-20 10:54:48 +0100
committerVincent Sanders <vince@kyllikki.org>2020-09-20 10:54:48 +0100
commitc74509cdf58fb2473290fcacb8b1cc885b53df87 (patch)
treef4d0230ffa6ebdc9772f488dc66911403be02cba /content/fetch.c
parent7997182cc0748ce449e29460b0534aed8013b6e8 (diff)
downloadnetsurf-c74509cdf58fb2473290fcacb8b1cc885b53df87.tar.gz
netsurf-c74509cdf58fb2473290fcacb8b1cc885b53df87.tar.bz2
move about fetcher into its own 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 a26079965..533f75e87 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -53,7 +53,7 @@
#include "content/fetch.h"
#include "content/fetchers.h"
#include "content/fetchers/resource.h"
-#include "content/fetchers/about.h"
+#include "content/fetchers/about/about.h"
#include "content/fetchers/curl.h"
#include "content/fetchers/data.h"
#include "content/fetchers/file/file.h"