aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level1/returning-data-from-temporary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level1/returning-data-from-temporary.cpp')
-rw-r--r--src/checks/level1/returning-data-from-temporary.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/checks/level1/returning-data-from-temporary.cpp b/src/checks/level1/returning-data-from-temporary.cpp
index 0183a940..c78cd993 100644
--- a/src/checks/level1/returning-data-from-temporary.cpp
+++ b/src/checks/level1/returning-data-from-temporary.cpp
@@ -20,17 +20,17 @@
*/
#include "returning-data-from-temporary.h"
-
#include "HierarchyUtils.h"
#include "TypeUtils.h"
-#include "clang/AST/Decl.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 "llvm/Support/Casting.h"
+
+#include <clang/AST/Decl.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 <llvm/Support/Casting.h>
class ClazyContext;