[libcalamares] Tidy up includes

- Remove commented-out includes
- Consistent punctuation
This commit is contained in:
Adriaan de Groot 2020-03-09 20:54:22 -05:00
parent 3f18a58cca
commit 841ea9ff48
3 changed files with 2 additions and 8 deletions

View File

@ -26,14 +26,8 @@
#include "JobQueue.h" #include "JobQueue.h"
#include <QDir> #include <QDir>
// #include <QTemporaryFile>
#include <QtTest/QtTest> #include <QtTest/QtTest>
// #include <fcntl.h>
// #include <sys/stat.h>
// #include <unistd.h>
class TestPaths : public QObject class TestPaths : public QObject
{ {
Q_OBJECT Q_OBJECT

View File

@ -25,9 +25,9 @@
#include "ImageRegistry.h" #include "ImageRegistry.h"
#include <QIcon>
#include <QPainter> #include <QPainter>
#include <QSvgRenderer> #include <QSvgRenderer>
#include <qicon.h>
static QHash< QString, QHash< int, QHash< qint64, QPixmap > > > s_cache; static QHash< QString, QHash< int, QHash< qint64, QPixmap > > > s_cache;

View File

@ -20,7 +20,7 @@
#ifndef EXECUTIONVIEWSTEP_H #ifndef EXECUTIONVIEWSTEP_H
#define EXECUTIONVIEWSTEP_H #define EXECUTIONVIEWSTEP_H
#include <viewpages/ViewStep.h> #include "ViewStep.h"
#include <QStringList> #include <QStringList>