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

This commit is contained in:
dtrg
2006-07-18 17:10:29 +00:00
parent 3a69ad76f4
commit 84f3a18362
48 changed files with 80 additions and 66 deletions

View File

@@ -8,6 +8,9 @@
/* I/O part of em_code module.
Also contains C_open, C_close
*/
#include <stdlib.h>
#include <stdio.h>
#include <alloc.h>
#include <em_arith.h>
#include "insert.h"