aboutsummaryrefslogtreecommitdiffstats
path: root/src/ContextUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ContextUtils.cpp')
-rw-r--r--src/ContextUtils.cpp17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ContextUtils.cpp b/src/ContextUtils.cpp
index aa9224f0..0833ed22 100644
--- a/src/ContextUtils.cpp
+++ b/src/ContextUtils.cpp
@@ -20,20 +20,19 @@
*/
#include "ContextUtils.h"
+#include "clazy_stl.h"
+#include "TypeUtils.h"
+#include "SourceCompatibilityHelpers.h"
#include <clang/Basic/SourceLocation.h>
#include <clang/Basic/SourceManager.h>
#include <clang/AST/DeclCXX.h>
#include <clang/AST/DeclFriend.h>
-
-#include "clazy_stl.h"
-#include "TypeUtils.h"
-#include "SourceCompatibilityHelpers.h"
-#include "clang/AST/Decl.h"
-#include "clang/AST/DeclBase.h"
-#include "clang/Basic/LLVM.h"
-#include "clang/Basic/Specifiers.h"
-#include "llvm/Support/raw_ostream.h"
+#include <clang/AST/Decl.h>
+#include <clang/AST/DeclBase.h>
+#include <clang/Basic/LLVM.h>
+#include <clang/Basic/Specifiers.h>
+#include <llvm/Support/raw_ostream.h>
using namespace clang;
using namespace std;