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/m68k/lynx.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/m68k/lynx.h')
-rw-r--r-- | gcc/config/m68k/lynx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h index c8cb7dcf99a..046d81cd50a 100644 --- a/gcc/config/m68k/lynx.h +++ b/gcc/config/m68k/lynx.h @@ -17,8 +17,8 @@ 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 "m68k/m68k.h" -#include "m68k/coff.h" +#include <m68k/m68k.h> +#include <m68k/coff.h> #undef CTORS_SECTION_ASM_OP #undef DTORS_SECTION_ASM_OP @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_LONG ".long" -#include "lynx.h" +#include <lynx.h> /* See m68k.h. 7 means 68020 with 68881. */ |