[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:
parent
2ebf9124d1
commit
ac8f99a206
@ -9,7 +9,6 @@
|
||||
*/
|
||||
#include "Global.h"
|
||||
|
||||
#include "FileSystem.h"
|
||||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user