aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils2.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-25 21:07:40 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-25 21:07:40 +0000
commit9b4690892c1b5ba6aec74d269bf03915134c67f0 (patch)
treed951c6e1fbed1de2e618e68b5f954a91e8a9ea2e /gcc/ada/gcc-interface/utils2.c
parente233a3b258440a4bbfc0756f1a6cc6e68d59132b (diff)
downloadgcc-9b4690892c1b5ba6aec74d269bf03915134c67f0.zip
gcc-9b4690892c1b5ba6aec74d269bf03915134c67f0.tar.gz
gcc-9b4690892c1b5ba6aec74d269bf03915134c67f0.tar.bz2
utils.c: Do not include function.h, pointer-set.h, and gimple.h.
* gcc-interface/utils.c: Do not include function.h, pointer-set.h, and gimple.h. Explain why rtl.h has to be included. (handle_vector_size_attribute): Call reconstruct_complex_type directly. * gcc-interface/targtyps.c: Do not include tm_p.h * gcc-interface/utils2.c: Do not include flags.h. * gcc-interface/trans.c: Do not include expr.h. Include rtl.h instead, and explain why it has to be included. * gcc-interface/misc.c: Do not include expr.h, libfuncs.h, cgraph.h, and optabs.h. Include function.h and explain why. Explain why except.h is included. (enumerate_modes): Remove unused function. * gcc-interface/gigi.h (enumerate_modes): Remove prototype. * gcc-interface/Make-lang.in: Update dependencies. From-SVN: r159844
Diffstat (limited to 'gcc/ada/gcc-interface/utils2.c')
-rw-r--r--gcc/ada/gcc-interface/utils2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils2.c b/gcc/ada/gcc-interface/utils2.c
index 2998605..1c224a3 100644
--- a/gcc/ada/gcc-interface/utils2.c
+++ b/gcc/ada/gcc-interface/utils2.c
@@ -29,7 +29,6 @@
#include "tm.h"
#include "tree.h"
#include "ggc.h"
-#include "flags.h"
#include "output.h"
#include "tree-inline.h"