Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
parent
113383e31c
commit
aa2dab31cf
|
@ -1,7 +1,8 @@
|
|||
/* esize: prints info from e.out header
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef MAGIC
|
||||
#define MAGIC 07255
|
||||
|
|
Loading…
Reference in a new issue