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

This commit is contained in:
dtrg
2006-07-22 21:01:15 +00:00
parent e6ddd5be27
commit 2dbc112117
6 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
/* C O D E G E N E R A T I O N R O U T I N E S */
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include <assert.h>
#include <em.h>