mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-15 11:54:32 -04:00
[libcalamares] Simplify includes
- CalamaresVersion used by the job, not the API presented to Python. - Untangle Qt includes from there.
This commit is contained in:
parent
f3e7fe5eb4
commit
d42e757576
2 changed files with 7 additions and 3 deletions
|
@ -20,9 +20,7 @@
|
|||
#ifndef PYTHONJOBAPI_H
|
||||
#define PYTHONJOBAPI_H
|
||||
|
||||
#include "CalamaresVersion.h"
|
||||
|
||||
#include "PythonJob.h"
|
||||
#include "qglobal.h" // For qreal
|
||||
|
||||
#undef slots
|
||||
#include "utils/boost-warnings.h"
|
||||
|
@ -32,6 +30,11 @@
|
|||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
class PythonJob;
|
||||
}
|
||||
|
||||
namespace CalamaresPython
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue