aboutsummaryrefslogtreecommitdiffstats
path: root/src/Clazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Clazy.h')
-rw-r--r--src/Clazy.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/Clazy.h b/src/Clazy.h
index 55670f95..afbc8551 100644
--- a/src/Clazy.h
+++ b/src/Clazy.h
@@ -25,19 +25,20 @@
#ifndef CLAZY_AST_ACTION_H
#define CLAZY_AST_ACTION_H
+#include "checkmanager.h"
+#include "ClazyContext.h"
+#include "checkbase.h"
+
#include <clang/AST/ASTConsumer.h>
#include <clang/Frontend/FrontendAction.h>
+#include <clang/AST/RecursiveASTVisitor.h>
+#include <llvm/ADT/StringRef.h>
+
#include <memory>
#include <vector>
#include <string>
#include <utility>
-#include "checkmanager.h"
-#include "ClazyContext.h"
-#include "clang/AST/RecursiveASTVisitor.h"
-#include "checkbase.h"
-#include "llvm/ADT/StringRef.h"
-
namespace llvm {
class raw_ostream;
} // namespace llvm