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 N S T A N T E X P R E S S I O N H A N D L I N G */
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include "target_sizes.h"