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

This commit is contained in:
dtrg
2006-07-22 00:46:16 +00:00
parent d220081198
commit f371b251d2
16 changed files with 22 additions and 1 deletions

View File

@@ -4,7 +4,10 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* I N L I N E S U B S T I T U T I O N */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <em_path.h>
#include <em_mnem.h>
#include <em_pseu.h>