mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[libcalamares] Tidy up includes
- Remove commented-out includes - Consistent punctuation
This commit is contained in:
parent
3f18a58cca
commit
841ea9ff48
3 changed files with 2 additions and 8 deletions
|
@ -26,14 +26,8 @@
|
|||
#include "JobQueue.h"
|
||||
|
||||
#include <QDir>
|
||||
// #include <QTemporaryFile>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
// #include <fcntl.h>
|
||||
// #include <sys/stat.h>
|
||||
// #include <unistd.h>
|
||||
|
||||
class TestPaths : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
|
||||
#include "ImageRegistry.h"
|
||||
|
||||
#include <QIcon>
|
||||
#include <QPainter>
|
||||
#include <QSvgRenderer>
|
||||
#include <qicon.h>
|
||||
|
||||
static QHash< QString, QHash< int, QHash< qint64, QPixmap > > > s_cache;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef EXECUTIONVIEWSTEP_H
|
||||
#define EXECUTIONVIEWSTEP_H
|
||||
|
||||
#include <viewpages/ViewStep.h>
|
||||
#include "ViewStep.h"
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue