From: Richard Kenner Date: Sat, 18 May 1996 18:09:46 +0000 (-0400) Subject: No longer include i860.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc035b63bddca3496877a5211d6c8c0d78e6ecd9;p=gcc.git No longer include i860.h. From-SVN: r12028 --- diff --git a/gcc/config/i860/bsd.h b/gcc/config/i860/bsd.h index 4f745c50a1b..17b053343e8 100644 --- a/gcc/config/i860/bsd.h +++ b/gcc/config/i860/bsd.h @@ -1,5 +1,3 @@ -#include "i860/i860.h" - #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i860, BSD)") diff --git a/gcc/config/i860/mach.h b/gcc/config/i860/mach.h index 7a4f5230974..a59cc58e0ff 100644 --- a/gcc/config/i860/mach.h +++ b/gcc/config/i860/mach.h @@ -1,7 +1,5 @@ /* Configuration for an i860 running Mach as the target machine. */ -#include "i860/i860.h" - #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");