summaryrefslogtreecommitdiff
path: root/content/handlers/image
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/image')
-rw-r--r--content/handlers/image/gif.c2
-rw-r--r--content/handlers/image/image_cache.c2
2 files changed, 2 insertions, 2 deletions
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"
diff --git a/content/handlers/image/image_cache.c b/content/handlers/image/image_cache.c
index 52b3b344f..4c008b7a9 100644
--- a/content/handlers/image/image_cache.c
+++ b/content/handlers/image/image_cache.c
@@ -26,7 +26,7 @@
#include "utils/utils.h"
#include "utils/log.h"
#include "content/content_protected.h"
-#include "desktop/gui_misc.h"
+#include "netsurf/misc.h"
#include "desktop/gui_internal.h"
#include "netsurf/bitmap.h"