* c-ada-spec.c: Clean up redundant includes.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 2 Jun 2010 08:15:38 +0000 (08:15 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 2 Jun 2010 08:15:38 +0000 (08:15 +0000)
From-SVN: r160143

gcc/ChangeLog
gcc/c-ada-spec.c

index ffe05035027ee57e6514ea32680b395b1db0b339..3c15d4f7cad4dbffab789b2ffee449e113f33082 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * gimplify.c: Do not include except.h and optabs.h.
index a4d417cff77e6a4887381fdab9f03057a7d58efb..697b9633afd4966e244473a4758f22083b1e1eee 100644 (file)
@@ -24,18 +24,9 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "tree-pass.h" /* For TDI_ada and friends.  */
 #include "output.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 "c-pragma.h"
 #include "cpp-id-data.h"