diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-04-23 09:29:12 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-04-23 09:29:12 -0400 |
commit | 1101bba443100290b7b99c7e64a63f638219c2cb (patch) | |
tree | cb675ed036915f71fe6f9ed637aac82b349bdd54 /gcc | |
parent | 99de49d4c0f7b61c0c6b05a02aa3bbe112a3a09c (diff) | |
download | gcc-1101bba443100290b7b99c7e64a63f638219c2cb.zip gcc-1101bba443100290b7b99c7e64a63f638219c2cb.tar.gz gcc-1101bba443100290b7b99c7e64a63f638219c2cb.tar.bz2 |
Remove include of machmode.h.
From-SVN: r13960
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/next.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 1c7c7fd..4ce05e3 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for mc680x0 running NeXTSTEP - Copyright (C) 1989, 90, 91, 92, 93, 94, 1996 Free Software Foundation, Inc. + Copyright (C) 1989, 90-94, 96, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -20,8 +20,6 @@ Boston, MA 02111-1307, USA. */ #include "m68k/m68k.h" #include "nextstep.h" -#include "machmode.h" -#include "real.h" /* See m68k.h. 0407 means 68040 (or 68030 or 68020, with 68881/2). */ |