[libcalamares] Clean up QProcess includes
This commit is contained in:
parent
5c82cb32ab
commit
57c174c37f
@ -14,7 +14,6 @@
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <QDir>
|
||||
#include <QProcess>
|
||||
|
||||
namespace Calamares
|
||||
{
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDir>
|
||||
#include <QProcess>
|
||||
#include <QRegularExpression>
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
|
@ -15,6 +15,8 @@
|
||||
#include "Settings.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
/** @brief Descend from directory, always relative
|
||||
*
|
||||
* If @p subdir begins with a "/" or "../" or "./" those are stripped
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
#include <QDir>
|
||||
#include <QObject>
|
||||
#include <QProcess>
|
||||
#include <QStringList>
|
||||
|
||||
#include <chrono>
|
||||
|
Loading…
Reference in New Issue
Block a user