aboutsummaryrefslogtreecommitdiffstats
path: root/src/ContextUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ContextUtils.h')
-rw-r--r--src/ContextUtils.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/ContextUtils.h b/src/ContextUtils.h
index 15f8e7a8..21450124 100644
--- a/src/ContextUtils.h
+++ b/src/ContextUtils.h
@@ -22,18 +22,19 @@
#ifndef CLAZY_CONTEXT_UTILS_H
#define CLAZY_CONTEXT_UTILS_H
+#include "clazy_export.h"
+#include "TypeUtils.h"
+
#include <clang/AST/DeclBase.h>
#include <clang/AST/Decl.h>
#include <clang/AST/DeclCXX.h>
#include <clang/AST/Stmt.h>
+#include <clang/AST/Type.h>
+#include <llvm/Support/Casting.h>
+
#include <vector>
#include <string>
-#include "clazy_export.h"
-#include "TypeUtils.h"
-#include "clang/AST/Type.h"
-#include "llvm/Support/Casting.h"
-
namespace clang {
class ValueDecl;
class DeclContext;