OSDN Git Service

Use <xx> in #include.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 May 1995 22:09:20 +0000 (22:09 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 May 1995 22:09:20 +0000 (22:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9601 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/gnu.h

index e10e26d..1ae02bb 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>