aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-06-16 13:41:28 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-06-16 13:41:28 +0000
commit0eff02cdae2e3ede11ffca73536037869cbc8ff1 (patch)
treed047720c673d72f03b026069a084ceff8950dfe9 /gcc/langhooks.c
parent4de8668e9c5dbabf27190c65ae105f0d735c0da2 (diff)
downloadgcc-0eff02cdae2e3ede11ffca73536037869cbc8ff1.zip
gcc-0eff02cdae2e3ede11ffca73536037869cbc8ff1.tar.gz
gcc-0eff02cdae2e3ede11ffca73536037869cbc8ff1.tar.bz2
c4x.c: Don't include "c-tree.h".
* config/c4x/c4x.c: Don't include "c-tree.h". * config/pa/pa.c: Likewise. * langhooks.c: Likewise. * tree.h (poplevel): Declare. From-SVN: r68016
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 423bb5f..7dbe684 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA. */
#include "tm.h"
#include "toplev.h"
#include "tree.h"
-#include "c-tree.h"
#include "tree-inline.h"
#include "rtl.h"
#include "insn-config.h"