From 274791f3eac59ae41dc489d3abe6c1a59bec07bc Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 26 May 1996 12:26:01 -0400 Subject: [PATCH] No longer include vax.h. From-SVN: r12117 --- gcc/config/vax/ultrix.h | 2 -- gcc/config/vax/vaxv.h | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h index e2891cee281..753e0f8e233 100644 --- a/gcc/config/vax/ultrix.h +++ b/gcc/config/vax/ultrix.h @@ -1,5 +1,3 @@ -#include "vax/vax.h" - #undef CPP_PREDEFINES #define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)" diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index aff74fd33da..57dff406b91 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vax sysV version. - Copyright (C) 1988, 1993 Free Software Foundation, Inc. + Copyright (C) 1988, 1993, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -18,8 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "vax/vax.h" - /* Cope with these under SysV */ #define SCCS_DIRECTIVE -- 2.30.2