Changed include of asm.h so it is in brackets not quotes. asm.h is

in a standard location and should be referenced as such.
This commit is contained in:
Joel Sherrill
1997-01-29 00:12:31 +00:00
parent 5ddfa53b08
commit 985796a39a
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
* $Id$
*/
#include "asm.h"
#include <asm.h>
/*
* Offsets for various Contexts

View File

@@ -31,7 +31,7 @@
* $Id$
*/
#include "asm.h"
#include <asm.h>
BEGIN_CODE
/*