diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-09 18:20:29 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-09 18:20:29 -0400 |
commit | e24bbdfe7751247813bc702a084c31ea33ac8877 (patch) | |
tree | 09d365c6ac96bc02705c87e787b053e6e97f7781 /gcc | |
parent | a3af1109cc0da6f6a585361a8c2f9561fd7ff749 (diff) | |
download | gcc-e24bbdfe7751247813bc702a084c31ea33ac8877.zip gcc-e24bbdfe7751247813bc702a084c31ea33ac8877.tar.gz gcc-e24bbdfe7751247813bc702a084c31ea33ac8877.tar.bz2 |
Use <xxx> for #include.
From-SVN: r9602
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/gnu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mips/gnu.h b/gcc/config/mips/gnu.h index 5cefc91..be1eb4d 100644 --- a/gcc/config/mips/gnu.h +++ b/gcc/config/mips/gnu.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "mips/mips.h" +#include <mips/mips.h> #undef SWITCH_TAKES_ARG #undef ASM_FILE_END @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_DECLARE_OBJECT_NAME /* #undef PREFERRED_DEBUGGING_TYPE */ -#include "svr4.h" +#include <svr4.h> #undef MD_EXEC_PREFIX #undef MD_STARTFILE_PREFIX @@ -145,4 +145,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_MIPS_SELECT_SECTION /* Get machine-independent configuration parameters for the GNU system. */ -#include "gnu.h" +#include <gnu.h> |