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

@@ -7,6 +7,7 @@
/* C O M M O N S U B E X P R E S S I O N E L I M I N A T I O N */
#include <stdlib.h>
#include <stdio.h>
#include "../share/types.h"
#include "../share/lset.h"