core/smartattribute.h must be included in smartstatus.h for deep copy.

This commit is contained in:
Teo Mrnjavac 2016-09-07 17:36:20 +02:00
parent ea9e079ee8
commit 25b8cc0a42
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,6 @@
*************************************************************************/ *************************************************************************/
#include "core/smartstatus.h" #include "core/smartstatus.h"
#include "core/smartattribute.h"
#include <KLocalizedString> #include <KLocalizedString>

View File

@ -20,13 +20,12 @@
#define SMARTSTATUS__H #define SMARTSTATUS__H
#include "util/libpartitionmanagerexport.h" #include "util/libpartitionmanagerexport.h"
#include "core/smartattribute.h"
#include <QtGlobal> #include <QtGlobal>
#include <QString> #include <QString>
#include <QList> #include <QList>
class SmartAttribute;
struct SkSmartAttributeParsedData; struct SkSmartAttributeParsedData;
struct SkDisk; struct SkDisk;