Add missing Device.h include into GParted_Core and Win_GParted
The files GParted_Core.h, GParted_Core.cc and Win_GParted.cc all use the Device type but don't include Device.h for it's definition. Include it.
This commit is contained in:
parent
1ed8d909fc
commit
1d8cbd0125
|
@ -19,6 +19,7 @@
|
||||||
#define GPARTED_GPARTED_CORE_H
|
#define GPARTED_GPARTED_CORE_H
|
||||||
|
|
||||||
#include "BlockSpecial.h"
|
#include "BlockSpecial.h"
|
||||||
|
#include "Device.h"
|
||||||
#include "FileSystem.h"
|
#include "FileSystem.h"
|
||||||
#include "Operation.h"
|
#include "Operation.h"
|
||||||
#include "Partition.h"
|
#include "Partition.h"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include "GParted_Core.h"
|
#include "GParted_Core.h"
|
||||||
#include "CopyBlocks.h"
|
#include "CopyBlocks.h"
|
||||||
#include "BlockSpecial.h"
|
#include "BlockSpecial.h"
|
||||||
|
#include "Device.h"
|
||||||
#include "DMRaid.h"
|
#include "DMRaid.h"
|
||||||
#include "FileSystem.h"
|
#include "FileSystem.h"
|
||||||
#include "FS_Info.h"
|
#include "FS_Info.h"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Win_GParted.h"
|
#include "Win_GParted.h"
|
||||||
|
#include "Device.h"
|
||||||
#include "Dialog_Progress.h"
|
#include "Dialog_Progress.h"
|
||||||
#include "DialogFeatures.h"
|
#include "DialogFeatures.h"
|
||||||
#include "DialogPasswordEntry.h"
|
#include "DialogPasswordEntry.h"
|
||||||
|
|
Loading…
Reference in New Issue