summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/custom-appman/custom-appman.cpp
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-11-27 15:26:12 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-11-28 00:23:15 +0000
commit0bcefb56ec84e30c052670569330aeda516470d5 (patch)
tree3b418f8d0e417a5528a9ad14fdbf392808a77fbd /examples/applicationmanager/custom-appman/custom-appman.cpp
parent81418bdc5ef458b505d5542fb7a9cec73ecbd36a (diff)
Make Sudo universally available for all builds
This way we do not have to guard all locations where sudo.h is included. Also fix missing or superfluous includes. Change-Id: Icbf7133662fa49a037322cd49b843f14fe7e16a4 Pick-to: 6.5 6.2 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> (cherry picked from commit 2df8d8746006eac69db4fa4edb930640fd343ab6) Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/applicationmanager/custom-appman/custom-appman.cpp')
-rw-r--r--examples/applicationmanager/custom-appman/custom-appman.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/applicationmanager/custom-appman/custom-appman.cpp b/examples/applicationmanager/custom-appman/custom-appman.cpp
index 896f82ed..1b0e3149 100644
--- a/examples/applicationmanager/custom-appman/custom-appman.cpp
+++ b/examples/applicationmanager/custom-appman/custom-appman.cpp
@@ -7,7 +7,6 @@
#include <QtAppManCommon/logging.h>
#include <QtAppManMain/main.h>
#include <QtAppManMain/configuration.h>
-#include <QtAppManPackage/packageutilities.h>
#include <QtAppManManager/sudo.h>