diff options
author | Laurent Montel <montel@kde.org> | 2020-10-23 08:32:00 +0200 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2020-10-23 08:32:00 +0200 |
commit | 945ff64855fc742ab06185767ce769d78495c9cb (patch) | |
tree | 7a0cd93911fb43b35fcd7ec6a65ed1b77c62ad33 /autotests/kconfig_compiler/kconfigcompiler_test.cpp | |
parent | c81dfc9c2006293dc9a48f0aaba204af28fa6b98 (diff) | |
download | kconfig-945ff64855fc742ab06185767ce769d78495c9cb.tar.gz kconfig-945ff64855fc742ab06185767ce769d78495c9cb.tar.bz2 |
If include is define in .h remove it if it's defined in .cpp too (scripted)
Diffstat (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <QDir> -#include <QFile> #include <QProcess> #include <QString> #include <QtTest> |