From 403f12872d55a71b04287ed828be0c63be19e856 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 4 Oct 2004 23:54:42 +0000 Subject: [project @ 2004-10-04 23:54:42 by rjw] Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301 --- content/content.c | 2 +- content/content.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index cf15364e7..2999e2676 100644 --- a/content/content.c +++ b/content/content.c @@ -33,7 +33,7 @@ #include "netsurf/image/mng.h" #endif #ifdef WITH_GIF -#include "netsurf/riscos/gif.h" +#include "netsurf/image/gif.h" #endif #ifdef WITH_SPRITE #include "netsurf/riscos/sprite.h" diff --git a/content/content.h b/content/content.h index 19d60fe6e..cb5d411e6 100644 --- a/content/content.h +++ b/content/content.h @@ -105,7 +105,7 @@ #include "netsurf/image/jpeg.h" #endif #ifdef WITH_GIF -#include "netsurf/riscos/gif.h" +#include "netsurf/image/gif.h" #endif #ifdef WITH_PLUGIN #include "netsurf/riscos/plugin.h" -- cgit v1.2.3