aboutsummaryrefslogtreecommitdiffstats
path: root/src/TypeUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TypeUtils.cpp')
-rw-r--r--src/TypeUtils.cpp21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/TypeUtils.cpp b/src/TypeUtils.cpp
index ba1787ce..87cbbcb6 100644
--- a/src/TypeUtils.cpp
+++ b/src/TypeUtils.cpp
@@ -20,20 +20,19 @@
*/
#include "TypeUtils.h"
-
-#include <HierarchyUtils.h>
-#include <StringUtils.h>
-#include <clang/AST/ASTContext.h>
-
+#include "HierarchyUtils.h"
+#include "StringUtils.h"
#include "Utils.h"
#include "StmtBodyRange.h"
#include "ClazyContext.h"
-#include "clang/AST/DeclCXX.h"
-#include "clang/AST/Expr.h"
-#include "clang/AST/ExprCXX.h"
-#include "clang/AST/Stmt.h"
-#include "clang/AST/Type.h"
-#include "clang/Basic/LLVM.h"
+
+#include <clang/AST/ASTContext.h>
+#include <clang/AST/DeclCXX.h>
+#include <clang/AST/Expr.h>
+#include <clang/AST/ExprCXX.h>
+#include <clang/AST/Stmt.h>
+#include <clang/AST/Type.h>
+#include <clang/Basic/LLVM.h>
using namespace clang;