aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClazyContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClazyContext.h')
-rw-r--r--src/ClazyContext.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/ClazyContext.h b/src/ClazyContext.h
index 08e02ddb..1e1ed527 100644
--- a/src/ClazyContext.h
+++ b/src/ClazyContext.h
@@ -22,21 +22,22 @@
#ifndef CLAZY_CONTEXT_H
#define CLAZY_CONTEXT_H
+#include "SuppressionManager.h"
+#include "clazy_stl.h"
+
#include <clang/Frontend/CompilerInstance.h>
#include <clang/Lex/PreprocessorOptions.h>
#include <clang/Basic/FileManager.h>
+#include <clang/Basic/SourceLocation.h>
+#include <clang/Basic/SourceManager.h>
#include <llvm/Support/Regex.h>
+#include <llvm/ADT/StringRef.h>
+
#include <string>
#include <vector>
#include <memory>
#include <utility>
-#include "SuppressionManager.h"
-#include "clazy_stl.h"
-#include "clang/Basic/SourceLocation.h"
-#include "clang/Basic/SourceManager.h"
-#include "llvm/ADT/StringRef.h"
-
// ClazyContext is just a struct to share data and code between all checks
namespace clang {