Rationalised use of #includes to be more standards-compliant.
This commit is contained in:
parent
bc943a92c2
commit
5f529d8ff1
@ -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…
x
Reference in New Issue
Block a user