[libcalamares] Remove unused include, declaration
This commit is contained in:
parent
5066624a8e
commit
c64aefe43c
@ -22,7 +22,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "GlobalStorage.h"
|
#include "GlobalStorage.h"
|
||||||
#include "JobQueue.h"
|
|
||||||
|
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
#include "utils/Units.h"
|
#include "utils/Units.h"
|
||||||
|
@ -24,8 +24,6 @@
|
|||||||
#ifndef CALAMARES_GLOBALSTORAGE_H
|
#ifndef CALAMARES_GLOBALSTORAGE_H
|
||||||
#define CALAMARES_GLOBALSTORAGE_H
|
#define CALAMARES_GLOBALSTORAGE_H
|
||||||
|
|
||||||
#include "CalamaresConfig.h"
|
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
@ -33,8 +31,6 @@
|
|||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
|
|
||||||
class DebugWindow;
|
|
||||||
|
|
||||||
class GlobalStorage : public QObject
|
class GlobalStorage : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Loading…
Reference in New Issue
Block a user