The Humongous Include Fixage For KPMcore Headers.

This commit is contained in:
Teo Mrnjavac 2015-07-02 13:49:21 +02:00
parent 3e4b19400a
commit c2eef9ac30
30 changed files with 222 additions and 208 deletions

View file

@ -16,13 +16,14 @@
* You should have received a copy of the GNU General Public License
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
#include <core/BootLoaderModel.h>
#include <core/PartitionInfo.h>
#include <core/PMUtils.h>
#include "core/BootLoaderModel.h"
// CalaPM
#include <core/device.h>
#include "core/PartitionInfo.h"
#include "core/PMUtils.h"
// KPMcore
#include <kpmcore/core/device.h>
static QStandardItem*
createBootLoaderItem( const QString& description, const QString& path, bool isPartition )