aboutsummaryrefslogtreecommitdiffstats
path: root/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/Utils.h b/src/Utils.h
index 0541d401..dd74238e 100644
--- a/src/Utils.h
+++ b/src/Utils.h
@@ -25,23 +25,24 @@
#ifndef MOREWARNINGS_UTILS_H
#define MOREWARNINGS_UTILS_H
+#include "clazy_export.h"
+#include "SourceCompatibilityHelpers.h"
+
#include <clang/Basic/SourceManager.h>
#include <clang/AST/DeclCXX.h>
#include <clang/AST/Expr.h>
#include <clang/AST/ExprCXX.h>
#include <clang/AST/Stmt.h>
#include <clang/AST/DeclTemplate.h>
+#include <clang/Basic/SourceLocation.h>
+#include <llvm/ADT/ArrayRef.h>
+#include <llvm/ADT/StringRef.h>
+#include <llvm/Config/llvm-config.h>
+
#include <string>
#include <vector>
#include <map>
-#include "clazy_export.h"
-#include "SourceCompatibilityHelpers.h"
-#include "clang/Basic/SourceLocation.h"
-#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/StringRef.h"
-#include "llvm/Config/llvm-config.h"
-
// TODO: this is a dumping ground, most of these functions should be moved to the other *Utils classes
namespace clang {