summaryrefslogtreecommitdiff
path: root/render/layout.c
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 /render/layout.c
parentef8783cc44738a3c91408a43e34893e7bbf85280 (diff)
downloadnetsurf-bdf3c5e56b92e8db03164bb29195a7c77ba2c460.tar.gz
netsurf-bdf3c5e56b92e8db03164bb29195a7c77ba2c460.tar.bz2
Squash "implicit declaration of function 'gui_multitask'" warnings.
svn path=/trunk/netsurf/; revision=3980
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c2
1 files changed, 0 insertions, 2 deletions
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"