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

This commit is contained in:
dtrg
2006-07-22 21:01:15 +00:00
parent e6ddd5be27
commit 2dbc112117
6 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
/* I N S T A N T I A T I O N O F I N P U T P A C K A G E */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "f_info.h"
struct f_info file_info;
#include "input.h"