Rationalised use of #includes to be more standards-compliant.

This commit is contained in:
dtrg
2006-07-18 17:18:42 +00:00
parent f5bbc20093
commit cd09c29949
7 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
static char rcsid[]= "$Id$";
#endif
#include <stdlib.h>
#include <stdio.h>
#include "assert.h"
#include "param.h"
#include "set.h"