summaryrefslogtreecommitdiff
path: root/content/handlers/image/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/image/gif.c')
-rw-r--r--content/handlers/image/gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/image/gif.c b/content/handlers/image/gif.c
index 2a8ce3d20..c4f039490 100644
--- a/content/handlers/image/gif.c
+++ b/content/handlers/image/gif.c
@@ -46,8 +46,8 @@
#include "content/content_protected.h"
#include "desktop/gui_internal.h"
-#include "image.h"
-#include "gif.h"
+#include "image/image.h"
+#include "image/gif.h"
typedef struct nsgif_content {
struct content base;