mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[libcalamares] Simplify includes (no Python used in JobQueue)
This commit is contained in:
parent
d42e757576
commit
f8998834cf
1 changed files with 1 additions and 5 deletions
|
@ -19,15 +19,11 @@
|
|||
|
||||
#include "JobQueue.h"
|
||||
|
||||
#include "CalamaresConfig.h"
|
||||
#include "GlobalStorage.h"
|
||||
#include "Job.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include "CalamaresConfig.h"
|
||||
#ifdef WITH_PYTHON
|
||||
#include "PythonHelper.h"
|
||||
#endif
|
||||
|
||||
#include <QThread>
|
||||
|
||||
namespace Calamares
|
||||
|
|
Loading…
Add table
Reference in a new issue