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

This commit is contained in:
dtrg
2006-07-18 18:05:47 +00:00
parent 44f229d88a
commit 54ea735407
2 changed files with 6 additions and 0 deletions

View File

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