summaryrefslogtreecommitdiff
path: root/include/fibheap.h
diff options
context:
space:
mode:
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-25 00:14:15 +0000
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-25 00:14:15 +0000
commit5f94337d5b620d148541c7b3807fbdfe5ae79eb6 (patch)
tree1b8fcb81e9215f64bf0edf39d44355f2fa2277b4 /include/fibheap.h
parent5b783ef3c8e261963a62179aa3232cf831fd99f5 (diff)
downloadgcc-5f94337d5b620d148541c7b3807fbdfe5ae79eb6.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/fibheap.h')
-rw-r--r--include/fibheap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fibheap.h b/include/fibheap.h
index d109e4ad163..fc37f9ef635 100644
--- a/include/fibheap.h
+++ b/include/fibheap.h
@@ -1,5 +1,5 @@
/* A Fibonacci heap datatype.
- Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Daniel Berlin (dan@cgsoftware.com).
This file is part of GCC.
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
#ifndef _FIBHEAP_H_
#define _FIBHEAP_H_
-#include <ansidecl.h>
+#include "ansidecl.h"
typedef long fibheapkey_t;