summaryrefslogtreecommitdiff
path: root/examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp')
-rw-r--r--examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp b/examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp
index 4fcdb23d..a9c8ebe0 100644
--- a/examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp
+++ b/examples/applicationmanager/softwarecontainer-plugin/softwarecontainer.cpp
@@ -6,7 +6,6 @@
#include <tuple>
#include <QtDBus/QtDBus>
-#include <QtAppManCommon/global.h>
#include <QJsonDocument>
#include <QSocketNotifier>
#include <QMetaObject>
@@ -52,7 +51,6 @@ const QDBusArgument &operator>>(const QDBusArgument &argument, QMap<QString,QStr
QT_END_NAMESPACE
-QT_USE_NAMESPACE_AM
// unfortunately, this is a copy of the code from debugwrapper.cpp
static QStringList substituteCommand(const QStringList &debugWrapperCommand, const QString &program,