[libcalamares] Don't double-include FileSystem

The partitioning header 'FileSystem.h' is for KPMCore support;
it is already included by Global.h and guarded by ifdefs for
KPMCore. Do not unconditionally include it from the implementation.
This commit is contained in:
Adriaan de Groot 2021-03-27 02:38:45 +01:00
parent 2ebf9124d1
commit ac8f99a206

View File

@ -9,7 +9,6 @@
*/
#include "Global.h"
#include "FileSystem.h"
#include "GlobalStorage.h"
#include "JobQueue.h"