Remove include of an internal UnixLib header (which btw no longer exists in gccsdk4)

svn path=/trunk/netsurf/; revision=5444
This commit is contained in:
John Tytgat 2008-09-27 16:19:08 +00:00
parent fbe6acd30b
commit c35fc63599
1 changed files with 1 additions and 1 deletions

View File

@ -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