Commit a8cd9c51 by Steven Bosscher

* c-ada-spec.c: Clean up redundant includes.

From-SVN: r160143
parent 0a634684
2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
* c-ada-spec.c: Clean up redundant includes.
2010-06-01 Steven Bosscher <steven@gcc.gnu.org> 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
* gimplify.c: Do not include except.h and optabs.h. * gimplify.c: Do not include except.h and optabs.h.
......
...@@ -24,18 +24,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -24,18 +24,9 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#include "tree.h" #include "tree.h"
#include "tree-pass.h" /* For TDI_ada and friends. */
#include "output.h" #include "output.h"
#include "c-ada-spec.h" #include "c-ada-spec.h"
#include "real.h"
#include "hashtab.h"
#include "tree-flow.h"
#include "langhooks.h"
#include "tree-iterator.h"
#include "tree-chrec.h"
#include "tree-pass.h"
#include "fixed-value.h"
#include "value-prof.h"
#include "predict.h"
#include "cpplib.h" #include "cpplib.h"
#include "c-pragma.h" #include "c-pragma.h"
#include "cpp-id-data.h" #include "cpp-id-data.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment