aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/virtual-call-ctor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2/virtual-call-ctor.cpp')
-rw-r--r--src/checks/level2/virtual-call-ctor.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/checks/level2/virtual-call-ctor.cpp b/src/checks/level2/virtual-call-ctor.cpp
index 187ef2ab..c8455a08 100644
--- a/src/checks/level2/virtual-call-ctor.cpp
+++ b/src/checks/level2/virtual-call-ctor.cpp
@@ -23,19 +23,18 @@
*/
#include "virtual-call-ctor.h"
-
-#include <clang/AST/DeclCXX.h>
-
#include "HierarchyUtils.h"
#include "SourceCompatibilityHelpers.h"
-#include "clang/AST/DeclBase.h"
-#include "clang/AST/Expr.h"
-#include "clang/AST/ExprCXX.h"
-#include "clang/AST/Stmt.h"
-#include "clang/Basic/LLVM.h"
-#include "clang/Basic/SourceLocation.h"
#include "clazy_stl.h"
-#include "llvm/Support/Casting.h"
+
+#include <clang/AST/DeclCXX.h>
+#include <clang/AST/DeclBase.h>
+#include <clang/AST/Expr.h>
+#include <clang/AST/ExprCXX.h>
+#include <clang/AST/Stmt.h>
+#include <clang/Basic/LLVM.h>
+#include <clang/Basic/SourceLocation.h>
+#include <llvm/Support/Casting.h>
class ClazyContext;