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

This commit is contained in:
dtrg 2006-07-22 20:08:08 +00:00
parent 113383e31c
commit aa2dab31cf

View file

@ -1,7 +1,8 @@
/* esize: prints info from e.out header /* esize: prints info from e.out header
*/ */
#include <stdio.h> #include <stdlib.h>
#include <stdio.h>
#ifndef MAGIC #ifndef MAGIC
#define MAGIC 07255 #define MAGIC 07255