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

This commit is contained in:
dtrg
2006-07-26 17:10:30 +00:00
parent 383677ff3e
commit dd760329aa
5 changed files with 11 additions and 0 deletions

View File

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