From 945ff64855fc742ab06185767ce769d78495c9cb Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 23 Oct 2020 08:32:00 +0200 Subject: If include is define in .h remove it if it's defined in .cpp too (scripted) --- autotests/kconfig_compiler/kconfigcompiler_test.cpp | 1 - autotests/kentrymaptest.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'autotests') diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index bb4dd7c0..c16075d6 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -8,7 +8,6 @@ */ #include -#include #include #include #include diff --git a/autotests/kentrymaptest.cpp b/autotests/kentrymaptest.cpp index 507a88f6..a84c4b4e 100644 --- a/autotests/kentrymaptest.cpp +++ b/autotests/kentrymaptest.cpp @@ -7,7 +7,6 @@ #include "kentrymaptest.h" #include -#include "kconfigdata.h" const QByteArray group1("A Group"); const QByteArray key1("A Key"); -- cgit v1.2.1