mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Optimize includes across code base
This commit is contained in:
@@ -20,17 +20,8 @@
|
||||
|
||||
#include "fdosecrets/dbus/DBusTypes.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QList>
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QVariant>
|
||||
#include <QtDBus>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
/**
|
||||
* Mimic the interface of QDBusPendingReply so the same code can be used in test
|
||||
*/
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
|
||||
#include "TemporaryFile.h"
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
TemporaryFile::TemporaryFile()
|
||||
: TemporaryFile(nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user