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