Use <xx> in #include.

From-SVN: r9601
This commit is contained in:
Richard Kenner 1995-05-09 18:09:20 -04:00
parent fbe94aa1a3
commit a3af1109cc
1 changed files with 3 additions and 3 deletions

View 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>