[partition] Reduce warnings from KPMCore

- make KPMHelper.h an "everything include" and suppress warnings
  from it, then use it in the tests.
This commit is contained in:
Adriaan de Groot 2020-11-01 00:20:17 +01:00
parent d26fde6647
commit 4a08fdbb92
4 changed files with 10 additions and 11 deletions

View file

@ -15,10 +15,6 @@
#include "partition/KPMManager.h"
#include "utils/Logger.h"
#include <core/lvmdevice.h>
#include <core/partition.h>
#include <fs/filesystemfactory.h>
#include <memory>
#include <QtTest/QtTest>