[libcalamares] Remove unused include, declaration

This commit is contained in:
Adriaan de Groot 2020-08-06 22:50:11 +02:00
parent 5066624a8e
commit c64aefe43c
2 changed files with 0 additions and 5 deletions

View File

@ -22,7 +22,6 @@
*/
#include "GlobalStorage.h"
#include "JobQueue.h"
#include "utils/Logger.h"
#include "utils/Units.h"

View File

@ -24,8 +24,6 @@
#ifndef CALAMARES_GLOBALSTORAGE_H
#define CALAMARES_GLOBALSTORAGE_H
#include "CalamaresConfig.h"
#include <QObject>
#include <QString>
#include <QVariantMap>
@ -33,8 +31,6 @@
namespace Calamares
{
class DebugWindow;
class GlobalStorage : public QObject
{
Q_OBJECT