aboutsummaryrefslogtreecommitdiffstats
path: root/cookie.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-16 22:02:00 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-16 22:02:00 +0000
commit3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9 (patch)
tree43a618cb2507489be74cf3b52a18d4be5110fe58 /cookie.c
parenttgetstr("Km", &pt) cannot be used to detect is_xterm (diff)
downloadw3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.tar.gz
w3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.zip
follow autoconf conventions, #include cleanups
Diffstat (limited to 'cookie.c')
-rw-r--r--cookie.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cookie.c b/cookie.c
index e736a05..41000e6 100644
--- a/cookie.c
+++ b/cookie.c
@@ -1,4 +1,4 @@
-/* $Id: cookie.c,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */
+/* $Id: cookie.c,v 1.4 2001/11/16 22:02:00 ukai Exp $ */
/*
* References for version 0 cookie:
@@ -12,10 +12,6 @@
#include "fm.h"
#include "html.h"
-#ifdef __EMX__
-#include <strings.h>
-#endif
-
#ifdef USE_COOKIE
#include <time.h>
#include "local.h"