diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-26 08:31:46 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-26 08:31:46 -0400 |
commit | 4d95e27b4665c175cfeb0a932a7f3a5c38cf1169 (patch) | |
tree | 11a293fe8707f2c5769a7381b8c8a8336e3f120d /gcc | |
parent | c7fc60126194310d49ab9338feb78a59500e6263 (diff) | |
download | gcc-4d95e27b4665c175cfeb0a932a7f3a5c38cf1169.zip gcc-4d95e27b4665c175cfeb0a932a7f3a5c38cf1169.tar.gz gcc-4d95e27b4665c175cfeb0a932a7f3a5c38cf1169.tar.bz2 |
Don't include xm-alpha.h and winnt/xm-winnt.h.
From-SVN: r12115
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/xm-winnt.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/alpha/xm-winnt.h b/gcc/config/alpha/xm-winnt.h index 202aec3..2f2a5a8 100644 --- a/gcc/config/alpha/xm-winnt.h +++ b/gcc/config/alpha/xm-winnt.h @@ -1,5 +1,5 @@ /* Configuration for GNU compiler for an Alpha running Windows NT 3.x. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (drupp@cs.washington.edu) This file is part of GNU CC. @@ -19,9 +19,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 "alpha/xm-alpha.h" -#include "winnt/xm-winnt.h" - #undef HOST_BITS_PER_LONG #define HOST_BITS_PER_LONG 32 |