dialer: Remove unused #includes

This commit is contained in:
Jonah Brüchert 2019-05-03 16:19:31 +02:00
parent fd6c1e6826
commit 6df99a7b29
No known key found for this signature in database
GPG key ID: A81E075ABEC80A7E
2 changed files with 1 additions and 3 deletions

View file

@ -70,7 +70,7 @@ void TaskPanel::initWayland()
if (!connection) {
return;
}
Registry *registry = new Registry(this);
auto *registry = new Registry(this);
registry->create(connection);
connect(registry, &Registry::plasmaWindowManagementAnnounced, this,
[this, registry] (quint32 name, quint32 version) {

View file

@ -47,8 +47,6 @@
#include <KAboutData>
#include <KDBusService>
#include <stdio.h>
#include <stdlib.h>
void myMessageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)
{