replaced relative includes by <> includes

This commit is contained in:
ceriel
1988-09-12 09:13:49 +00:00
parent 0f09afdd84
commit 1f679b93c5
11 changed files with 132 additions and 43 deletions

View File

@@ -4,9 +4,9 @@ static char rcsid[] = "$Header$";
#include "param.h"
#include "types.h"
#include "../../h/em_flag.h"
#include "../../h/em_spec.h"
#include "../../h/em_mnem.h"
#include <em_flag.h>
#include <em_spec.h>
#include <em_mnem.h>
#include "alloc.h"
#include "line.h"
#include "proinf.h"