From 8ff82b06d62f4cb62c2383e853e112f63d509497 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 25 Jun 2002 00:14:15 +0000 Subject: demangle.h: #include "ansidecl.h" rather than #include . * demangle.h: #include "ansidecl.h" rather than #include . * fibheap.h: Likewise. * hashtab.h: Likewise. * partition.h: Likewise. * sort.h: Likewise. * splay-tree.h: Likewise. From-SVN: r54974 --- include/demangle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/demangle.h') diff --git a/include/demangle.h b/include/demangle.h index ad0569a..21e9dd3 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -1,5 +1,5 @@ /* Defs for interface to demanglers. - Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001 + Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ #if !defined (DEMANGLE_H) #define DEMANGLE_H -#include +#include "ansidecl.h" /* Options passed to cplus_demangle (in 2nd parameter). */ -- cgit v1.1