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

This commit is contained in:
dtrg
2006-07-19 10:28:43 +00:00
parent 54ea735407
commit f67d6d1491
13 changed files with 33 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
*/
/* $Id$ */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "file_info.h"
#include "input.h"