mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
#include "Global.h"
|
||||
|
||||
#include "FileSystem.h"
|
||||
#include "GlobalStorage.h"
|
||||
#include "JobQueue.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue