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

This commit is contained in:
dtrg
2006-07-19 14:09:05 +00:00
parent 4b79248af9
commit 6073ee934e
7 changed files with 30 additions and 14 deletions

View File

@@ -16,14 +16,15 @@ static char rcsid[] = "$Id$";
linked.
*/
#include <system.h>
#include <em_pseu.h>
#include <em_mnem.h>
#include <em_spec.h>
#include <em_flag.h>
#include <em_ptyp.h>
#include <em.h>
#include <em_comp.h>
#include <stdlib.h>
#include "system.h"
#include "em_pseu.h"
#include "em_mnem.h"
#include "em_spec.h"
#include "em_flag.h"
#include "em_ptyp.h"
#include "em.h"
#include "em_comp.h"
char *filename; /* Name of input file */
int errors; /* Number of errors */