summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-09-27 16:19:08 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-09-27 16:19:08 +0000
commitc35fc63599f2a6c5b475ebb4e88185a204a97a9f (patch)
tree605b8aa4d9d4f2e1502ca41ba2335d7bd7610ed0 /riscos
parentfbe6acd30bb3661fd2dea1736d5955dfa3036d6c (diff)
downloadnetsurf-c35fc63599f2a6c5b475ebb4e88185a204a97a9f.tar.gz
netsurf-c35fc63599f2a6c5b475ebb4e88185a204a97a9f.tar.bz2
Remove include of an internal UnixLib header (which btw no longer exists in gccsdk4)
svn path=/trunk/netsurf/; revision=5444
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index ea3755730..dfd912781 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -4,6 +4,7 @@
* Copyright 2003 John M Bell <jmb202@ecs.soton.ac.uk>
* Copyright 2005 Richard Wilson <info@tinct.net>
* Copyright 2004 Andrew Timmins <atimmins@blueyonder.co.uk>
+ * Copyright 2004-2008 John Tytgat <joty@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -30,7 +31,6 @@
#include <string.h>
#include <time.h>
#include <features.h>
-#include <unixlib/sigstate.h>
#include <unixlib/local.h>
#include <curl/curl.h>
#ifdef WITH_HUBBUB