mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Remove some unneeded includes.
This commit is contained in:
parent
b0bec62c07
commit
9ffa5232f5
@ -22,6 +22,7 @@
|
||||
#include <QtCore/QIODevice>
|
||||
|
||||
#include "core/Database.h"
|
||||
#include "core/Endian.h"
|
||||
#include "crypto/CryptoHash.h"
|
||||
#include "format/KeePass2.h"
|
||||
#include "format/KeePass2RandomStream.h"
|
||||
|
@ -20,11 +20,10 @@
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
|
||||
#include "core/Endian.h"
|
||||
#include "core/Uuid.h"
|
||||
#include "keys/CompositeKey.h"
|
||||
|
||||
class Database;
|
||||
class QIODevice;
|
||||
|
||||
class KeePass2Reader
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user