aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2
diff options
context:
space:
mode:
Diffstat (limited to 'src/checks/level2')
-rw-r--r--src/checks/level2/base-class-event.cpp1
-rw-r--r--src/checks/level2/copyable-polymorphic.cpp1
-rw-r--r--src/checks/level2/ctor-missing-parent-argument.cpp1
-rw-r--r--src/checks/level2/function-args-by-ref.cpp1
-rw-r--r--src/checks/level2/function-args-by-value.cpp1
-rw-r--r--src/checks/level2/global-const-char-pointer.cpp1
-rw-r--r--src/checks/level2/implicit-casts.cpp1
-rw-r--r--src/checks/level2/missing-qobject-macro.cpp1
-rw-r--r--src/checks/level2/missing-typeinfo.cpp1
-rw-r--r--src/checks/level2/qstring-allocations.cpp1
-rw-r--r--src/checks/level2/rule-of-three.cpp1
-rw-r--r--src/checks/level2/virtual-call-ctor.cpp1
12 files changed, 0 insertions, 12 deletions
diff --git a/src/checks/level2/base-class-event.cpp b/src/checks/level2/base-class-event.cpp
index 18ae587f..661ceab0 100644
--- a/src/checks/level2/base-class-event.cpp
+++ b/src/checks/level2/base-class-event.cpp
@@ -7,7 +7,6 @@
#include "base-class-event.h"
#include "HierarchyUtils.h"
#include "QtUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "clazy_stl.h"
#include <clang/AST/DeclCXX.h>
diff --git a/src/checks/level2/copyable-polymorphic.cpp b/src/checks/level2/copyable-polymorphic.cpp
index 667f32cc..d3295ca6 100644
--- a/src/checks/level2/copyable-polymorphic.cpp
+++ b/src/checks/level2/copyable-polymorphic.cpp
@@ -8,7 +8,6 @@
#include "AccessSpecifierManager.h"
#include "ClazyContext.h"
#include "FixItUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "StringUtils.h"
#include "Utils.h"
diff --git a/src/checks/level2/ctor-missing-parent-argument.cpp b/src/checks/level2/ctor-missing-parent-argument.cpp
index aaf6bd70..e504ec63 100644
--- a/src/checks/level2/ctor-missing-parent-argument.cpp
+++ b/src/checks/level2/ctor-missing-parent-argument.cpp
@@ -6,7 +6,6 @@
#include "ctor-missing-parent-argument.h"
#include "QtUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "StringUtils.h"
#include "TypeUtils.h"
diff --git a/src/checks/level2/function-args-by-ref.cpp b/src/checks/level2/function-args-by-ref.cpp
index 57406334..b24b768f 100644
--- a/src/checks/level2/function-args-by-ref.cpp
+++ b/src/checks/level2/function-args-by-ref.cpp
@@ -10,7 +10,6 @@
#include "function-args-by-ref.h"
#include "ClazyContext.h"
#include "FixItUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "StringUtils.h"
#include "TypeUtils.h"
#include "Utils.h"
diff --git a/src/checks/level2/function-args-by-value.cpp b/src/checks/level2/function-args-by-value.cpp
index cdd3d61f..3421afa1 100644
--- a/src/checks/level2/function-args-by-value.cpp
+++ b/src/checks/level2/function-args-by-value.cpp
@@ -7,7 +7,6 @@
#include "function-args-by-value.h"
#include "ClazyContext.h"
#include "FixItUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "StringUtils.h"
#include "TypeUtils.h"
#include "Utils.h"
diff --git a/src/checks/level2/global-const-char-pointer.cpp b/src/checks/level2/global-const-char-pointer.cpp
index 22ab6eae..b31e0410 100644
--- a/src/checks/level2/global-const-char-pointer.cpp
+++ b/src/checks/level2/global-const-char-pointer.cpp
@@ -8,7 +8,6 @@
*/
#include "global-const-char-pointer.h"
-#include "SourceCompatibilityHelpers.h"
#include <clang/AST/Decl.h>
#include <clang/AST/DeclBase.h>
diff --git a/src/checks/level2/implicit-casts.cpp b/src/checks/level2/implicit-casts.cpp
index b04a5c19..e433de93 100644
--- a/src/checks/level2/implicit-casts.cpp
+++ b/src/checks/level2/implicit-casts.cpp
@@ -10,7 +10,6 @@
#include "implicit-casts.h"
#include "ClazyContext.h"
#include "HierarchyUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "Utils.h"
#include "clazy_stl.h"
diff --git a/src/checks/level2/missing-qobject-macro.cpp b/src/checks/level2/missing-qobject-macro.cpp
index c39287a6..eb866fb3 100644
--- a/src/checks/level2/missing-qobject-macro.cpp
+++ b/src/checks/level2/missing-qobject-macro.cpp
@@ -9,7 +9,6 @@
#include "FixItUtils.h"
#include "PreProcessorVisitor.h"
#include "QtUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include <clang/AST/DeclBase.h>
#include <clang/AST/DeclCXX.h>
diff --git a/src/checks/level2/missing-typeinfo.cpp b/src/checks/level2/missing-typeinfo.cpp
index 3509fc8b..dfda1134 100644
--- a/src/checks/level2/missing-typeinfo.cpp
+++ b/src/checks/level2/missing-typeinfo.cpp
@@ -9,7 +9,6 @@
#include "missing-typeinfo.h"
#include "QtUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "StringUtils.h"
#include "TemplateUtils.h"
#include "TypeUtils.h"
diff --git a/src/checks/level2/qstring-allocations.cpp b/src/checks/level2/qstring-allocations.cpp
index 0fb0f600..711d175f 100644
--- a/src/checks/level2/qstring-allocations.cpp
+++ b/src/checks/level2/qstring-allocations.cpp
@@ -12,7 +12,6 @@
#include "FixItUtils.h"
#include "HierarchyUtils.h"
#include "QtUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "StringUtils.h"
#include "Utils.h"
#include "clazy_stl.h"
diff --git a/src/checks/level2/rule-of-three.cpp b/src/checks/level2/rule-of-three.cpp
index d31f2077..6996ee1e 100644
--- a/src/checks/level2/rule-of-three.cpp
+++ b/src/checks/level2/rule-of-three.cpp
@@ -6,7 +6,6 @@
#include "rule-of-three.h"
#include "MacroUtils.h"
-#include "SourceCompatibilityHelpers.h"
#include "TypeUtils.h"
#include "Utils.h"
#include "clazy_stl.h"
diff --git a/src/checks/level2/virtual-call-ctor.cpp b/src/checks/level2/virtual-call-ctor.cpp
index 21289205..6e506ed8 100644
--- a/src/checks/level2/virtual-call-ctor.cpp
+++ b/src/checks/level2/virtual-call-ctor.cpp
@@ -9,7 +9,6 @@
#include "virtual-call-ctor.h"
#include "ClazyContext.h"
-#include "SourceCompatibilityHelpers.h"
#include "clazy_stl.h"
#include <clang/AST/DeclBase.h>