Browse Source

Same for mach.h

ceriel 33 years ago
parent
commit
a1fc266ca5
4 changed files with 4 additions and 4 deletions
  1. 1 1
      mach/m68020/ncg/mach.h
  2. 1 1
      mach/m68k2/ncg/mach.h
  3. 1 1
      mach/m68k4/ncg/mach.h
  4. 1 1
      mach/moon3/ncg/mach.h

+ 1 - 1
mach/m68020/ncg/mach.h

@@ -3,7 +3,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-#include "whichone.h"
+#include <whichone.h>
 
 #ifndef TBL68020
 #ifndef TBL68000

+ 1 - 1
mach/m68k2/ncg/mach.h

@@ -3,7 +3,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-#include "whichone.h"
+#include <whichone.h>
 
 #ifndef TBL68020
 #ifndef TBL68000

+ 1 - 1
mach/m68k4/ncg/mach.h

@@ -3,7 +3,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-#include "whichone.h"
+#include <whichone.h>
 
 #ifndef TBL68020
 #ifndef TBL68000

+ 1 - 1
mach/moon3/ncg/mach.h

@@ -3,7 +3,7 @@
  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
-#include "whichone.h"
+#include <whichone.h>
 
 #ifndef TBL68020
 #ifndef TBL68000