From fe7eb85614244d5e0659c88431fbd9726fa33051 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 May 2016 11:23:32 +0100 Subject: move misc header into public API --- content/handlers/image/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/image/gif.c') diff --git a/content/handlers/image/gif.c b/content/handlers/image/gif.c index 1167266a6..93970f96d 100644 --- a/content/handlers/image/gif.c +++ b/content/handlers/image/gif.c @@ -40,7 +40,7 @@ #include "utils/messages.h" #include "utils/nsoption.h" #include "content/content_protected.h" -#include "desktop/gui_misc.h" +#include "netsurf/misc.h" #include "desktop/gui_internal.h" #include "netsurf/bitmap.h" -- cgit v1.2.3