summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 195f61fb7..7923e9af3 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -40,7 +40,6 @@
#include <curl/curl.h>
#include "utils/config.h"
-#include "desktop/gui_factory.h"
#include "utils/corestrings.h"
#include "utils/nsoption.h"
#include "utils/log.h"
@@ -48,6 +47,8 @@
#include "utils/nsurl.h"
#include "utils/utils.h"
#include "utils/ring.h"
+#include "desktop/gui_misc.h"
+#include "desktop/gui_internal.h"
#include "content/fetch.h"
#include "content/fetchers.h"