summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-cilkplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/c-cilkplus.c')
-rw-r--r--gcc/c-family/c-cilkplus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-family/c-cilkplus.c b/gcc/c-family/c-cilkplus.c
index f402d0d3e1e..6042462657b 100644
--- a/gcc/c-family/c-cilkplus.c
+++ b/gcc/c-family/c-cilkplus.c
@@ -23,10 +23,10 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "alias.h"
-#include "tree.h"
#include "options.h"
+#include "tree.h"
#include "c-common.h"
+#include "alias.h"
/* Validate the body of a _Cilk_for construct or a <#pragma simd> for
loop.