diff --git a/src/backend/corebackendpartitiontable.h b/src/backend/corebackendpartitiontable.h index a0f3e6e..b4b12ca 100644 --- a/src/backend/corebackendpartitiontable.h +++ b/src/backend/corebackendpartitiontable.h @@ -23,7 +23,7 @@ #include "../fs/filesystem.h" -#include +#include class CoreBackendPartition; class Report; diff --git a/src/core/copysource.h b/src/core/copysource.h index 99995cd..dbbebf0 100644 --- a/src/core/copysource.h +++ b/src/core/copysource.h @@ -19,7 +19,7 @@ #define COPYSOURCE__H -#include +#include class CopyTarget; diff --git a/src/core/copysourcedevice.h b/src/core/copysourcedevice.h index 9e8675b..cccfbe2 100644 --- a/src/core/copysourcedevice.h +++ b/src/core/copysourcedevice.h @@ -22,7 +22,7 @@ #include "../core/copysource.h" #include "../util/libpartitionmanagerexport.h" -#include +#include class Device; class CopyTarget; diff --git a/src/core/copysourcefile.h b/src/core/copysourcefile.h index c4265bf..6d21a18 100644 --- a/src/core/copysourcefile.h +++ b/src/core/copysourcefile.h @@ -21,7 +21,7 @@ #include "../core/copysource.h" -#include +#include #include class QString; diff --git a/src/core/copytarget.h b/src/core/copytarget.h index c5ebec5..a32573e 100644 --- a/src/core/copytarget.h +++ b/src/core/copytarget.h @@ -19,7 +19,7 @@ #define COPYTARGET__H -#include +#include /** Base class for something to copy to. diff --git a/src/core/copytargetdevice.h b/src/core/copytargetdevice.h index 1afd42e..00eb155 100644 --- a/src/core/copytargetdevice.h +++ b/src/core/copytargetdevice.h @@ -22,7 +22,7 @@ #include "../core/copytarget.h" #include "../util/libpartitionmanagerexport.h" -#include +#include class Device; class CoreBackendDevice; diff --git a/src/core/copytargetfile.h b/src/core/copytargetfile.h index 403e658..5e2e9ba 100644 --- a/src/core/copytargetfile.h +++ b/src/core/copytargetfile.h @@ -21,7 +21,7 @@ #include "../core/copytarget.h" -#include +#include #include class QString; diff --git a/src/core/device.h b/src/core/device.h index 18fc1b1..22f9522 100644 --- a/src/core/device.h +++ b/src/core/device.h @@ -23,7 +23,7 @@ #include #include -#include +#include class PartitionTable; class CreatePartitionTableOperation; diff --git a/src/core/mountentry.h b/src/core/mountentry.h index 8272b61..bc2cc50 100644 --- a/src/core/mountentry.h +++ b/src/core/mountentry.h @@ -23,7 +23,7 @@ #include #include -#include +#include struct mntent; diff --git a/src/core/operationrunner.h b/src/core/operationrunner.h index 38dd1e9..9f30107 100644 --- a/src/core/operationrunner.h +++ b/src/core/operationrunner.h @@ -23,7 +23,7 @@ #include #include -#include +#include class Operation; class OperationStack; diff --git a/src/core/operationstack.h b/src/core/operationstack.h index 52d206b..9d273e6 100644 --- a/src/core/operationstack.h +++ b/src/core/operationstack.h @@ -25,7 +25,7 @@ #include #include -#include +#include class Device; class Partition; diff --git a/src/core/partition.h b/src/core/partition.h index 27f7bd1..0464f37 100644 --- a/src/core/partition.h +++ b/src/core/partition.h @@ -26,7 +26,7 @@ #include "../util/libpartitionmanagerexport.h" #include -#include +#include class Device; class OperationStack; diff --git a/src/core/partitionalignment.h b/src/core/partitionalignment.h index 8ca700f..5818508 100644 --- a/src/core/partitionalignment.h +++ b/src/core/partitionalignment.h @@ -19,7 +19,7 @@ #define PARTITIONALIGNMENT__H -#include "qglobal.h" +#include "QtGlobal" #include "../util/libpartitionmanagerexport.h" diff --git a/src/core/partitionnode.h b/src/core/partitionnode.h index ad2347b..56e158d 100644 --- a/src/core/partitionnode.h +++ b/src/core/partitionnode.h @@ -23,7 +23,7 @@ #include #include -#include +#include class Partition; class PartitionRole; diff --git a/src/core/partitionrole.h b/src/core/partitionrole.h index 4c8c84a..07b3cf1 100644 --- a/src/core/partitionrole.h +++ b/src/core/partitionrole.h @@ -21,7 +21,7 @@ #include "../util/libpartitionmanagerexport.h" -#include +#include class QString; diff --git a/src/core/partitiontable.h b/src/core/partitiontable.h index 70473fe..1531bc4 100644 --- a/src/core/partitiontable.h +++ b/src/core/partitiontable.h @@ -26,7 +26,7 @@ #include "../core/partitionrole.h" #include -#include +#include class Device; class Partition; diff --git a/src/core/smartstatus.h b/src/core/smartstatus.h index 80332c7..d6a5a59 100644 --- a/src/core/smartstatus.h +++ b/src/core/smartstatus.h @@ -21,7 +21,7 @@ #include "../util/libpartitionmanagerexport.h" -#include +#include #include #include diff --git a/src/fs/btrfs.h b/src/fs/btrfs.h index 37fcffb..45b5326 100644 --- a/src/fs/btrfs.h +++ b/src/fs/btrfs.h @@ -24,7 +24,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/exfat.h b/src/fs/exfat.h index b614219..16dd6e7 100644 --- a/src/fs/exfat.h +++ b/src/fs/exfat.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/ext2.h b/src/fs/ext2.h index a8b8490..1c37b53 100644 --- a/src/fs/ext2.h +++ b/src/fs/ext2.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/ext3.h b/src/fs/ext3.h index 158c04b..8a34b4f 100644 --- a/src/fs/ext3.h +++ b/src/fs/ext3.h @@ -23,7 +23,7 @@ #include "fs/ext2.h" -#include +#include class Report; diff --git a/src/fs/ext4.h b/src/fs/ext4.h index 056a0d8..7f971f0 100644 --- a/src/fs/ext4.h +++ b/src/fs/ext4.h @@ -23,7 +23,7 @@ #include "fs/ext2.h" -#include +#include class Report; diff --git a/src/fs/extended.h b/src/fs/extended.h index 8381498..571bc52 100644 --- a/src/fs/extended.h +++ b/src/fs/extended.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class QString; diff --git a/src/fs/f2fs.h b/src/fs/f2fs.h index 3b6f09e..021a18e 100644 --- a/src/fs/f2fs.h +++ b/src/fs/f2fs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/fat16.h b/src/fs/fat16.h index b388b00..94bb093 100644 --- a/src/fs/fat16.h +++ b/src/fs/fat16.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/fat32.h b/src/fs/fat32.h index c57f5b2..2999836 100644 --- a/src/fs/fat32.h +++ b/src/fs/fat32.h @@ -23,7 +23,7 @@ #include "fs/fat16.h" -#include +#include class Report; diff --git a/src/fs/filesystem.h b/src/fs/filesystem.h index ecc093a..c971758 100644 --- a/src/fs/filesystem.h +++ b/src/fs/filesystem.h @@ -21,7 +21,7 @@ #define FILESYSTEM__H #include "../util/libpartitionmanagerexport.h" -#include +#include #include #include #include diff --git a/src/fs/filesystemfactory.h b/src/fs/filesystemfactory.h index 6506fa9..2963a7c 100644 --- a/src/fs/filesystemfactory.h +++ b/src/fs/filesystemfactory.h @@ -24,7 +24,7 @@ #include "../util/libpartitionmanagerexport.h" #include -#include +#include class QString; diff --git a/src/fs/hfs.h b/src/fs/hfs.h index 1a75cf1..fa28d2e 100644 --- a/src/fs/hfs.h +++ b/src/fs/hfs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/hfsplus.h b/src/fs/hfsplus.h index f65a9b3..8166b0f 100644 --- a/src/fs/hfsplus.h +++ b/src/fs/hfsplus.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/hpfs.h b/src/fs/hpfs.h index 984dbc2..59f783b 100644 --- a/src/fs/hpfs.h +++ b/src/fs/hpfs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/jfs.h b/src/fs/jfs.h index 0d3bc85..6b338e8 100644 --- a/src/fs/jfs.h +++ b/src/fs/jfs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/linuxswap.h b/src/fs/linuxswap.h index c4beef6..4feec02 100644 --- a/src/fs/linuxswap.h +++ b/src/fs/linuxswap.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/luks.h b/src/fs/luks.h index 2a0b80e..de914d9 100644 --- a/src/fs/luks.h +++ b/src/fs/luks.h @@ -24,7 +24,7 @@ #include "../fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/lvm2_pv.h b/src/fs/lvm2_pv.h index c4aa784..700548d 100644 --- a/src/fs/lvm2_pv.h +++ b/src/fs/lvm2_pv.h @@ -24,7 +24,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/nilfs2.h b/src/fs/nilfs2.h index b987eba..04e40a2 100644 --- a/src/fs/nilfs2.h +++ b/src/fs/nilfs2.h @@ -24,7 +24,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/ntfs.h b/src/fs/ntfs.h index bab7d14..6c6f8a0 100644 --- a/src/fs/ntfs.h +++ b/src/fs/ntfs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/ocfs2.h b/src/fs/ocfs2.h index 2a5740f..4f477be 100644 --- a/src/fs/ocfs2.h +++ b/src/fs/ocfs2.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/reiser4.h b/src/fs/reiser4.h index 232c11a..f5edc14 100644 --- a/src/fs/reiser4.h +++ b/src/fs/reiser4.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/reiserfs.h b/src/fs/reiserfs.h index 8f66cbf..aa5ed60 100644 --- a/src/fs/reiserfs.h +++ b/src/fs/reiserfs.h @@ -25,7 +25,7 @@ #include "util/capacity.h" -#include +#include class Report; diff --git a/src/fs/ufs.h b/src/fs/ufs.h index 57e5349..b07f0ed 100644 --- a/src/fs/ufs.h +++ b/src/fs/ufs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class QString; diff --git a/src/fs/unformatted.h b/src/fs/unformatted.h index 36a8588..d38283a 100644 --- a/src/fs/unformatted.h +++ b/src/fs/unformatted.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/unknown.h b/src/fs/unknown.h index 2653dce..6cc0cde 100644 --- a/src/fs/unknown.h +++ b/src/fs/unknown.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include namespace FS { diff --git a/src/fs/xfs.h b/src/fs/xfs.h index 1c2d6f0..520a33c 100644 --- a/src/fs/xfs.h +++ b/src/fs/xfs.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/fs/zfs.h b/src/fs/zfs.h index 19fecad..b9d7845 100644 --- a/src/fs/zfs.h +++ b/src/fs/zfs.h @@ -24,7 +24,7 @@ #include "fs/filesystem.h" -#include +#include class Report; diff --git a/src/jobs/copyfilesystemjob.h b/src/jobs/copyfilesystemjob.h index 3d28a04..dd4b39f 100644 --- a/src/jobs/copyfilesystemjob.h +++ b/src/jobs/copyfilesystemjob.h @@ -21,7 +21,7 @@ #include "jobs/job.h" -#include +#include class Partition; class Device; diff --git a/src/jobs/job.h b/src/jobs/job.h index 30ccbe7..821e713 100644 --- a/src/jobs/job.h +++ b/src/jobs/job.h @@ -24,7 +24,7 @@ #include "../util/libpartitionmanagerexport.h" #include -#include +#include class QString; class QIcon; diff --git a/src/jobs/setpartgeometryjob.h b/src/jobs/setpartgeometryjob.h index 2dad7e9..08ec789 100644 --- a/src/jobs/setpartgeometryjob.h +++ b/src/jobs/setpartgeometryjob.h @@ -21,7 +21,7 @@ #include "jobs/job.h" -#include +#include class Partition; class Device; diff --git a/src/ops/operation.h b/src/ops/operation.h index 847a3e6..d8d36c9 100644 --- a/src/ops/operation.h +++ b/src/ops/operation.h @@ -23,7 +23,7 @@ #include #include -#include +#include class Partition; class Device; diff --git a/src/plugins/dummy/dummydevice.h b/src/plugins/dummy/dummydevice.h index 9ec5026..f374a07 100644 --- a/src/plugins/dummy/dummydevice.h +++ b/src/plugins/dummy/dummydevice.h @@ -21,7 +21,7 @@ #include "backend/corebackenddevice.h" -#include +#include class Partition; class PartitionTable; diff --git a/src/plugins/dummy/dummypartitiontable.h b/src/plugins/dummy/dummypartitiontable.h index addc580..90a1179 100644 --- a/src/plugins/dummy/dummypartitiontable.h +++ b/src/plugins/dummy/dummypartitiontable.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include class CoreBackendPartition; class Report; diff --git a/src/plugins/libparted/libpartedbackend.h b/src/plugins/libparted/libpartedbackend.h index 7f1e38a..2a64b4a 100644 --- a/src/plugins/libparted/libpartedbackend.h +++ b/src/plugins/libparted/libpartedbackend.h @@ -30,7 +30,7 @@ #include #include -#include +#include class LibPartedDevice; class LibPartedPartitionTable; diff --git a/src/plugins/libparted/libparteddevice.h b/src/plugins/libparted/libparteddevice.h index 4b14c17..2a5a10d 100644 --- a/src/plugins/libparted/libparteddevice.h +++ b/src/plugins/libparted/libparteddevice.h @@ -21,7 +21,7 @@ #include "backend/corebackenddevice.h" -#include +#include #include diff --git a/src/plugins/libparted/libpartedpartitiontable.h b/src/plugins/libparted/libpartedpartitiontable.h index bc1a619..c41e45e 100644 --- a/src/plugins/libparted/libpartedpartitiontable.h +++ b/src/plugins/libparted/libpartedpartitiontable.h @@ -23,7 +23,7 @@ #include "fs/filesystem.h" -#include +#include #include diff --git a/src/util/capacity.h b/src/util/capacity.h index 97c1c84..f35d59a 100644 --- a/src/util/capacity.h +++ b/src/util/capacity.h @@ -23,7 +23,7 @@ class Partition; class Device; -#include +#include /** Represent any kind of capacity. diff --git a/src/util/externalcommand.h b/src/util/externalcommand.h index 758c8c8..8522e1c 100644 --- a/src/util/externalcommand.h +++ b/src/util/externalcommand.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include class Report; diff --git a/src/util/globallog.h b/src/util/globallog.h index 1b6594c..99eae5c 100644 --- a/src/util/globallog.h +++ b/src/util/globallog.h @@ -23,7 +23,7 @@ #include #include -#include +#include class LIBKPMCORE_EXPORT Log { diff --git a/src/util/report.h b/src/util/report.h index cd29abe..507b490 100644 --- a/src/util/report.h +++ b/src/util/report.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include class ReportLine;