Use <xx> in #include.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 9 May 1995 22:09:20 +0000 (18:09 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 9 May 1995 22:09:20 +0000 (18:09 -0400)
From-SVN: r9601

gcc/config/i386/gnu.h

index e10e26d864d658a6445577d6b6f004a52352dd10..1ae02bb6168bf793d2108fa9935025771347224c 100644 (file)
@@ -4,10 +4,10 @@
    i386/gas.h checks this.  */
 #define YES_UNDERSCORES
 
-#include "i386/gstabs.h"
+#include <i386/gstabs.h>
 
 /* Get perform_* macros to build libgcc.a.  */
-#include "i386/perform.h"
+#include <i386/perform.h>
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
@@ -17,4 +17,4 @@
 #define DEFAULT_PCC_STRUCT_RETURN 0
 
 /* Get machine-independent configuration parameters for the GNU system.  */
-#include "gnu.h"
+#include <gnu.h>