aboutsummaryrefslogtreecommitdiffstats
path: root/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'table.c')
-rw-r--r--table.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/table.c b/table.c
index 810a5d9..f40c56b 100644
--- a/table.c
+++ b/table.c
@@ -1,4 +1,4 @@
-/* $Id: table.c,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */
+/* $Id: table.c,v 1.4 2001/11/16 22:02:00 ukai Exp $ */
/*
* HTML table
*/
@@ -6,10 +6,6 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
-#ifdef __EMX__
-#include <strings.h>
-#endif /* __EMX__ */
-
#include "fm.h"
#include "html.h"
#include "parsetagx.h"