OSDN Git Service

PR target/40603
[pf3gnuchains/gcc-fork.git] / gcc / c-omp.c
index 012a632..31970bd 100644 (file)
@@ -24,13 +24,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "tree.h"
-#include "function.h"
 #include "c-common.h"
 #include "toplev.h"
-#include "gimple.h"
-#include "bitmap.h"
+#include "gimple.h"            /* For create_tmp_var_raw.  */
 #include "langhooks.h"