aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
authorXaver Hugl <xaver.hugl@gmail.com>2022-05-21 14:55:13 +0200
committerXaver Hugl <xaver.hugl@gmail.com>2022-05-21 15:19:14 +0200
commitaafd381fa35acbe1d9625029ba134cbfadf10590 (patch)
treed4dddbd37a34e5cec957356b0cccf74185555919 /autotests
parente4d19066596a1f7fb283a2bb8136eda4888e3763 (diff)
downloadkconfig-aafd381fa35acbe1d9625029ba134cbfadf10590.tar.gz
kconfig-aafd381fa35acbe1d9625029ba134cbfadf10590.tar.bz2
remove unused includes
Diffstat (limited to 'autotests')
-rw-r--r--autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp1
-rw-r--r--autotests/test_kconf_update.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp b/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp
index 64eb2ca7..46a2bd6e 100644
--- a/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp
+++ b/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp
@@ -11,7 +11,6 @@
#include "signals_test_singleton_itemaccessors.h"
#include <QDebug>
#include <QFileInfo>
-#include <QSharedPointer>
#include <QSignalSpy>
#include <QTemporaryFile>
#include <QtGlobal>
diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp
index 565a86f8..55778f0d 100644
--- a/autotests/test_kconf_update.cpp
+++ b/autotests/test_kconf_update.cpp
@@ -13,7 +13,6 @@
#include <QDir>
#include <QFile>
#include <QProcess>
-#include <QSharedPointer>
#include <qstandardpaths.h>
#include <qtemporaryfile.h>