summaryrefslogtreecommitdiff
path: root/javascript/fetcher.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:48:09 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:43 +0100
commitd06df231bc7c49e0f46ffc8fc8674d0717dff202 (patch)
treeeb51dc949f5e062c6a9b4adef33adbe591e99518 /javascript/fetcher.c
parentab7f3e31800ade0cec9c071e61cc001ee9470f69 (diff)
downloadnetsurf-d06df231bc7c49e0f46ffc8fc8674d0717dff202.tar.gz
netsurf-d06df231bc7c49e0f46ffc8fc8674d0717dff202.tar.bz2
Update the core to use the split operations table headers
Second in the series to decouple the core API usage from the frontends.
Diffstat (limited to 'javascript/fetcher.c')
-rw-r--r--javascript/fetcher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/javascript/fetcher.c b/javascript/fetcher.c
index 690751cd3..de1ce66db 100644
--- a/javascript/fetcher.c
+++ b/javascript/fetcher.c
@@ -48,7 +48,6 @@
#include "utils/messages.h"
#include "utils/utils.h"
#include "utils/ring.h"
-#include "desktop/gui_factory.h"
#include "content/fetch.h"
#include "content/fetchers.h"