0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Remove some unneeded includes.

This commit is contained in:
Felix Geyer 2011-11-12 12:20:08 +01:00
parent b0bec62c07
commit 9ffa5232f5
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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
{