aboutsummaryrefslogtreecommitdiffstats
path: root/src/FixItUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/FixItUtils.cpp')
-rw-r--r--src/FixItUtils.cpp15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/FixItUtils.cpp b/src/FixItUtils.cpp
index 0af52267..06e50b97 100644
--- a/src/FixItUtils.cpp
+++ b/src/FixItUtils.cpp
@@ -21,19 +21,18 @@
*/
#include "FixItUtils.h"
+#include "StringUtils.h"
+#include "SourceCompatibilityHelpers.h"
#include <clang/AST/Expr.h>
#include <clang/AST/ExprCXX.h>
#include <clang/Basic/Diagnostic.h>
#include <clang/Lex/Lexer.h>
-#include <StringUtils.h>
-
-#include "SourceCompatibilityHelpers.h"
-#include "clang/AST/ASTContext.h"
-#include "clang/AST/Stmt.h"
-#include "clang/Basic/SourceLocation.h"
-#include "clang/Basic/SourceManager.h"
-#include "clang/Lex/Token.h"
+#include <clang/AST/ASTContext.h>
+#include <clang/AST/Stmt.h>
+#include <clang/Basic/SourceLocation.h>
+#include <clang/Basic/SourceManager.h>
+#include <clang/Lex/Token.h>
using namespace clazy;
using namespace clang;