diff --git a/src/core/copysourceshred.cpp b/src/core/copysourceshred.cpp index 22e8243..94f8b36 100644 --- a/src/core/copysourceshred.cpp +++ b/src/core/copysourceshred.cpp @@ -17,8 +17,6 @@ #include "core/copysourceshred.h" -#include - /** Constructs a CopySourceShred with the given @p size @param s the size the copy source will (pretend to) have @param sectorsize the sectorsize the copy source will (pretend to) have diff --git a/src/core/partitionalignment.cpp b/src/core/partitionalignment.cpp index d2bfc25..69cf97d 100644 --- a/src/core/partitionalignment.cpp +++ b/src/core/partitionalignment.cpp @@ -27,8 +27,6 @@ #include -#include - int PartitionAlignment::s_sectorAlignment = 2048; qint64 PartitionAlignment::firstDelta(const Device& d, const Partition& p, qint64 s) diff --git a/src/core/partitiontable.cpp b/src/core/partitiontable.cpp index a1ec968..07b02c7 100644 --- a/src/core/partitiontable.cpp +++ b/src/core/partitiontable.cpp @@ -34,8 +34,6 @@ #include #include -#include - /** Creates a new PartitionTable object with type MSDOS @param type name of the PartitionTable type (e.g. "msdos" or "gpt") */ diff --git a/src/gui/partwidget.cpp b/src/gui/partwidget.cpp index 447ba8b..4968117 100644 --- a/src/gui/partwidget.cpp +++ b/src/gui/partwidget.cpp @@ -26,8 +26,6 @@ #include #include -#include - /** Creates a new PartWidget @param parent pointer to the parent widget @param p pointer to the Partition this widget will show. must not be NULL.