follow autoconf conventions, #include cleanups

This commit is contained in:
Fumitoshi UKAI
2001-11-16 22:02:00 +00:00
parent 225a3fb8aa
commit 3a391ef6c2
24 changed files with 190 additions and 189 deletions
+1 -5
View File
@@ -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"