diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-09 22:25:08 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-05-09 22:25:08 +0000 |
commit | e83e9b1f9a58e4cc2d3a0e2e2d418a7e81c7914a (patch) | |
tree | 8968cb5e1eb17db74187b691af9c617664f88cd4 /gcc/config/sparc/netbsd.h | |
parent | 781f92af15fc5315adf06638ae8fe1be59845af7 (diff) | |
download | gcc-e83e9b1f9a58e4cc2d3a0e2e2d418a7e81c7914a.tar.gz |
Use <xxx> in #include.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/netbsd.h')
-rw-r--r-- | gcc/config/sparc/netbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/netbsd.h b/gcc/config/sparc/netbsd.h index a4dd22ab57b..3e721af781d 100644 --- a/gcc/config/sparc/netbsd.h +++ b/gcc/config/sparc/netbsd.h @@ -1,8 +1,8 @@ -#include "sparc/sparc.h" +#include <sparc/sparc.h> /* Get generic NetBSD definitions. */ -#include "netbsd.h" +#include <netbsd.h> /* Names to predefine in the preprocessor for this target machine. */ |