[libcalamares] Remove unused include, declaration
This commit is contained in:
parent
5066624a8e
commit
c64aefe43c
@ -22,7 +22,6 @@
|
||||
*/
|
||||
|
||||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/Units.h"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user