summaryrefslogtreecommitdiff
path: root/render/html_css_fetcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_css_fetcher.c')
-rw-r--r--render/html_css_fetcher.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/render/html_css_fetcher.c b/render/html_css_fetcher.c
index b9d79a792..9eda6aeb7 100644
--- a/render/html_css_fetcher.c
+++ b/render/html_css_fetcher.c
@@ -21,18 +21,19 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
-
#include <dom/dom.h>
#include <libwapcaplet/libwapcaplet.h>
+#include "netsurf/inttypes.h"
#include "utils/config.h"
-#include "content/fetch.h"
-#include "content/fetchers.h"
-#include "render/html_internal.h"
#include "utils/log.h"
#include "utils/ring.h"
#include "utils/nsurl.h"
#include "utils/utils.h"
+#include "content/fetch.h"
+#include "content/fetchers.h"
+
+#include "render/html_internal.h"
typedef struct html_css_fetcher_item {
uint32_t key;