From bdf3c5e56b92e8db03164bb29195a7c77ba2c460 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Mar 2008 16:46:26 +0000 Subject: Squash "implicit declaration of function 'gui_multitask'" warnings. svn path=/trunk/netsurf/; revision=3980 --- render/box_construct.c | 2 -- render/box_normalise.c | 2 -- render/layout.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/render/box_construct.c b/render/box_construct.c index 5a3f90599..58eff2878 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -42,9 +42,7 @@ #include "render/box.h" #include "render/form.h" #include "render/html.h" -#ifdef riscos #include "desktop/gui.h" -#endif //#define NDEBUG #include "utils/log.h" #include "utils/messages.h" diff --git a/render/box_normalise.c b/render/box_normalise.c index ff32a311f..2df859025 100644 --- a/render/box_normalise.c +++ b/render/box_normalise.c @@ -28,9 +28,7 @@ #include "css/css.h" #include "render/box.h" #include "render/table.h" -#ifdef riscos #include "desktop/gui.h" -#endif #define NDEBUG #include "utils/log.h" #include "utils/talloc.h" diff --git a/render/layout.c b/render/layout.c index 75bee92f5..a4d1cac6d 100644 --- a/render/layout.c +++ b/render/layout.c @@ -41,9 +41,7 @@ #include #include "css/css.h" #include "content/content.h" -#ifdef riscos #include "desktop/gui.h" -#endif #include "desktop/options.h" #include "render/box.h" #include "render/font.h" -- cgit v1.2.3