aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-28 23:47:05 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-28 23:47:05 +0000
commitaccf9ad64aac122eee74d485245901daa276542a (patch)
treec2fe7c64d894207bf2608a7540c61354d1552b05 /gcc/c-opts.c
parent59cc9210fc47a5b2af679803c65669e7e501f0ab (diff)
downloadgcc-accf9ad64aac122eee74d485245901daa276542a.zip
gcc-accf9ad64aac122eee74d485245901daa276542a.tar.gz
gcc-accf9ad64aac122eee74d485245901daa276542a.tar.bz2
c-lex.c: Do not include c-tree.h.
* c-lex.c: Do not include c-tree.h. * c-pretty-print.c: Likewise. * c-opts.c: Likewise. * c-gimplify.c: Likewise. * c-common.c: Likewise. * c-dump.c: Likewise. Include c-common.h. From-SVN: r160008
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r--gcc/c-opts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c
index d1cb317..b485c25 100644
--- a/gcc/c-opts.c
+++ b/gcc/c-opts.c
@@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see
#include "options.h"
#include "mkdeps.h"
#include "target.h" /* For gcc_targetcm. */
-#include "c-tree.h" /* For c_cpp_error. */
#ifndef DOLLARS_IN_IDENTIFIERS
# define DOLLARS_IN_IDENTIFIERS true