mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-18 11:08:05 -04:00
Remove some unneeded includes.
This commit is contained in:
parent
b0bec62c07
commit
9ffa5232f5
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue