summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 16:46:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 16:46:26 +0000
commitbdf3c5e56b92e8db03164bb29195a7c77ba2c460 (patch)
tree38384c9594d11b0ab61e0d0652678ec378f9d40a
parentef8783cc44738a3c91408a43e34893e7bbf85280 (diff)
downloadnetsurf-bdf3c5e56b92e8db03164bb29195a7c77ba2c460.tar.gz
netsurf-bdf3c5e56b92e8db03164bb29195a7c77ba2c460.tar.bz2
Squash "implicit declaration of function 'gui_multitask'" warnings.
svn path=/trunk/netsurf/; revision=3980
-rw-r--r--render/box_construct.c2
-rw-r--r--render/box_normalise.c2
-rw-r--r--render/layout.c2
3 files changed, 0 insertions, 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 <string.h>
#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"