diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-16 13:41:28 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-16 13:41:28 +0000 |
commit | d61095a90b96f34ce751055272d950d4e12f3b7d (patch) | |
tree | d047720c673d72f03b026069a084ceff8950dfe9 /gcc/langhooks.c | |
parent | f1d555e3b5fb911e012af4b5ecd776b23d584f7b (diff) | |
download | gcc-d61095a90b96f34ce751055272d950d4e12f3b7d.tar.gz |
* config/c4x/c4x.c: Don't include "c-tree.h".
* config/pa/pa.c: Likewise.
* langhooks.c: Likewise.
* tree.h (poplevel): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 423bb5f421b..7dbe684e222 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" |