summaryrefslogtreecommitdiff
path: root/utils/filename.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-04-22 00:22:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-04-22 00:22:28 +0000
commit79946e43c932bea2a336f93426d6b4efc07e1e30 (patch)
tree2bee63bfc016b80640f2e2728f7b884510fde20a /utils/filename.c
parent546ad9e70afde83f4df3eade950f560c49b3c88c (diff)
downloadnetsurf-79946e43c932bea2a336f93426d6b4efc07e1e30.tar.gz
netsurf-79946e43c932bea2a336f93426d6b4efc07e1e30.tar.bz2
Lose spurious RISC OS-specific include (fixes GTK build)
svn path=/trunk/netsurf/; revision=2542
Diffstat (limited to 'utils/filename.c')
-rw-r--r--utils/filename.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/filename.c b/utils/filename.c
index 88e1191c8..32fbad793 100644
--- a/utils/filename.c
+++ b/utils/filename.c
@@ -19,7 +19,6 @@
#include <sys/stat.h>
#include "netsurf/utils/filename.h"
#include "netsurf/utils/log.h"
-#include <unixlib/local.h>
#define FULL_WORD (unsigned int)4294967295
/* '0' + '0' * 10 */