diff options
author | Xaver Hugl <xaver.hugl@gmail.com> | 2022-05-21 14:55:13 +0200 |
---|---|---|
committer | Xaver Hugl <xaver.hugl@gmail.com> | 2022-05-21 15:19:14 +0200 |
commit | aafd381fa35acbe1d9625029ba134cbfadf10590 (patch) | |
tree | d4dddbd37a34e5cec957356b0cccf74185555919 /autotests/test_kconf_update.cpp | |
parent | e4d19066596a1f7fb283a2bb8136eda4888e3763 (diff) | |
download | kconfig-aafd381fa35acbe1d9625029ba134cbfadf10590.tar.gz kconfig-aafd381fa35acbe1d9625029ba134cbfadf10590.tar.bz2 |
remove unused includes
Diffstat (limited to 'autotests/test_kconf_update.cpp')
-rw-r--r-- | autotests/test_kconf_update.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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> |