aboutsummaryrefslogtreecommitdiffstats
path: root/src/LoopUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LoopUtils.h')
-rw-r--r--src/LoopUtils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LoopUtils.h b/src/LoopUtils.h
index a63f58c0..1c5cb5bd 100644
--- a/src/LoopUtils.h
+++ b/src/LoopUtils.h
@@ -25,12 +25,12 @@
#ifndef CLAZY_LOOP_UTILS_H
#define CLAZY_LOOP_UTILS_H
-#include <clang/AST/StmtCXX.h>
-
#include "clazy_stl.h"
#include "clazy_export.h"
-#include "clang/AST/Stmt.h"
-#include "llvm/Support/Casting.h"
+
+#include <clang/AST/StmtCXX.h>
+#include <clang/AST/Stmt.h>
+#include <llvm/Support/Casting.h>
namespace clang {
class Stmt;