aboutsummaryrefslogtreecommitdiffstats
path: root/src/checkbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkbase.h')
-rw-r--r--src/checkbase.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/checkbase.h b/src/checkbase.h
index 40b3eeb0..c5953a5f 100644
--- a/src/checkbase.h
+++ b/src/checkbase.h
@@ -25,23 +25,24 @@
#ifndef CHECK_BASE_H
#define CHECK_BASE_H
+#include "clazy_export.h"
+#include "clazy_stl.h"
+#include "SourceCompatibilityHelpers.h"
+
#include <clang/Basic/SourceManager.h>
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Parse/Parser.h>
+#include <clang/ASTMatchers/ASTMatchers.h>
+#include <clang/ASTMatchers/ASTMatchFinder.h>
+#include <clang/AST/ASTContext.h>
+#include <clang/Basic/SourceLocation.h>
+#include <clang/Lex/PPCallbacks.h>
#include <llvm/Config/llvm-config.h>
+
#include <string>
#include <utility>
#include <vector>
-#include "clazy_export.h"
-#include "clazy_stl.h"
-#include "SourceCompatibilityHelpers.h"
-#include "clang/ASTMatchers/ASTMatchers.h"
-#include "clang/ASTMatchers/ASTMatchFinder.h"
-#include "clang/AST/ASTContext.h"
-#include "clang/Basic/SourceLocation.h"
-#include "clang/Lex/PPCallbacks.h"
-
namespace clang {
class CXXMethodDecl;
class Stmt;