ksysguard: remove unused header inclusions

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-05-31 05:04:04 +03:00
parent 11d9c173dc
commit dfeaa53ae0
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@
#include <QVBoxLayout> #include <QVBoxLayout>
#include <QHBoxLayout> #include <QHBoxLayout>
#include <QList> #include <QList>
#include <QProcess>
#include <kapplication.h> #include <kapplication.h>

View file

@ -3,7 +3,6 @@
#include <QtCore/qnamespace.h> #include <QtCore/qnamespace.h>
#include <QObject> #include <QObject>
#include <QProcess>
#include "ksysguard/ksgrd/SensorManager.h" #include "ksysguard/ksgrd/SensorManager.h"
#include "ksysguard/ksgrd/SensorAgent.h" #include "ksysguard/ksgrd/SensorAgent.h"
#include "ksysguard/ksgrd/SensorClient.h" #include "ksysguard/ksgrd/SensorClient.h"