.. | .. |
---|
108 | 108 | #include "varasm.h" |
---|
109 | 109 | #include "stor-layout.h" |
---|
110 | 110 | #include "internal-fn.h" |
---|
| 111 | +#endif |
---|
| 112 | + |
---|
| 113 | +#include "gimple.h" |
---|
| 114 | + |
---|
| 115 | +#if BUILDING_GCC_VERSION >= 4009 |
---|
111 | 116 | #include "gimple-expr.h" |
---|
| 117 | +#include "gimple-iterator.h" |
---|
112 | 118 | #include "gimple-fold.h" |
---|
113 | 119 | #include "context.h" |
---|
114 | 120 | #include "tree-ssa-alias.h" |
---|
.. | .. |
---|
124 | 130 | #include "gimplify.h" |
---|
125 | 131 | #endif |
---|
126 | 132 | |
---|
127 | | -#include "gimple.h" |
---|
128 | | - |
---|
129 | 133 | #if BUILDING_GCC_VERSION >= 4009 |
---|
130 | 134 | #include "tree-ssa-operands.h" |
---|
131 | 135 | #include "tree-phinodes.h" |
---|
132 | 136 | #include "tree-cfg.h" |
---|
133 | | -#include "gimple-iterator.h" |
---|
134 | 137 | #include "gimple-ssa.h" |
---|
135 | 138 | #include "ssa-iterators.h" |
---|
136 | 139 | #endif |
---|