diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-06-25 00:14:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2002-06-25 09:44:15 +0930 |
commit | 8ff82b06d62f4cb62c2383e853e112f63d509497 (patch) | |
tree | 1b8fcb81e9215f64bf0edf39d44355f2fa2277b4 /include/partition.h | |
parent | fdae83abe7a88e1f08ec25d3f4eb5eb21ec342bf (diff) | |
download | gcc-8ff82b06d62f4cb62c2383e853e112f63d509497.tar.gz |
demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.
* fibheap.h: Likewise.
* hashtab.h: Likewise.
* partition.h: Likewise.
* sort.h: Likewise.
* splay-tree.h: Likewise.
From-SVN: r54974
Diffstat (limited to 'include/partition.h')
-rw-r--r-- | include/partition.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ansidecl.h> +#include "ansidecl.h" #include <stdio.h> struct partition_elem |