summaryrefslogtreecommitdiff
path: root/gcc/config/s390/s390-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/s390-c.c')
-rw-r--r--gcc/config/s390/s390-c.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/gcc/config/s390/s390-c.c b/gcc/config/s390/s390-c.c
index 492c85dab67..a94eda54c9f 100644
--- a/gcc/config/s390/s390-c.c
+++ b/gcc/config/s390/s390-c.c
@@ -30,20 +30,15 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
-#include "cpplib.h"
-#include "alias.h"
+#include "target.h"
#include "tree.h"
-#include "fold-const.h"
-#include "stringpool.h"
#include "c-family/c-common.h"
-#include "c-family/c-pragma.h"
-#include "diagnostic-core.h"
+#include "c/c-tree.h"
#include "tm_p.h"
-#include "target.h"
+#include "stringpool.h"
+#include "c-family/c-pragma.h"
#include "langhooks.h"
#include "tree-pretty-print.h"
-#include "c/c-tree.h"
#include "s390-builtins.h"