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 @@
/* M I S C E L L A N E O U S R O U T I N E S */
#include <stdlib.h>
#include <string.h>
#include <alloc.h>
#include <em.h>