aboutsummaryrefslogtreecommitdiffstats
path: root/src/TypeUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TypeUtils.h')
-rw-r--r--src/TypeUtils.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/TypeUtils.h b/src/TypeUtils.h
index e86cacf8..b008428c 100644
--- a/src/TypeUtils.h
+++ b/src/TypeUtils.h
@@ -22,18 +22,19 @@
#ifndef CLAZY_TYPE_UTILS_H
#define CLAZY_TYPE_UTILS_H
+#include "clazy_export.h"
+
#include <clang/AST/Type.h>
#include <clang/AST/Expr.h>
#include <clang/AST/StmtCXX.h>
#include <clang/AST/DeclCXX.h>
#include <clang/AST/ASTContext.h>
+#include <clang/AST/Decl.h>
+#include <llvm/Support/Casting.h>
+
#include <string>
#include <vector>
-#include "clazy_export.h"
-#include "clang/AST/Decl.h"
-#include "llvm/Support/Casting.h"
-
namespace clang {
class CompilerInstance;
class Expr;