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

This commit is contained in:
dtrg
2006-07-26 17:10:30 +00:00
parent 383677ff3e
commit dd760329aa
5 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
/* Check expressions, and try to evaluate them as far as possible.
*/
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include <em_arith.h>