From 5f94337d5b620d148541c7b3807fbdfe5ae79eb6 Mon Sep 17 00:00:00 2001 From: amodra Date: Tue, 25 Jun 2002 00:14:15 +0000 Subject: * demangle.h: #include "ansidecl.h" rather than #include . * fibheap.h: Likewise. * hashtab.h: Likewise. * partition.h: Likewise. * sort.h: Likewise. * splay-tree.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54974 138bc75d-0d04-0410-961f-82ee72b054a4 --- include/partition.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/partition.h') diff --git a/include/partition.h b/include/partition.h index 851422a957a..885a79b4ba3 100644 --- a/include/partition.h +++ b/include/partition.h @@ -1,5 +1,5 @@ /* List implementation of a partition of consecutive integers. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. @@ -40,7 +40,7 @@ extern "C" { #endif /* __cplusplus */ -#include +#include "ansidecl.h" #include struct partition_elem -- cgit v1.2.1