mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-25 07:45:22 -04:00
Optimize includes across code base
This commit is contained in:
parent
f770edb6d3
commit
6b14b5dc27
422 changed files with 399 additions and 1130 deletions
|
@ -18,18 +18,14 @@
|
|||
#include "Kdbx4Writer.h"
|
||||
|
||||
#include <QBuffer>
|
||||
#include <QFile>
|
||||
|
||||
#include "core/CustomData.h"
|
||||
#include "core/Database.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "crypto/CryptoHash.h"
|
||||
#include "crypto/Random.h"
|
||||
#include "format/KdbxXmlWriter.h"
|
||||
#include "format/KeePass2RandomStream.h"
|
||||
#include "streams/HmacBlockStream.h"
|
||||
#include "streams/QtIOCompressor"
|
||||
#include "streams/SymmetricCipherStream.h"
|
||||
#include "streams/qtiocompressor.h"
|
||||
|
||||
bool Kdbx4Writer::writeDatabase(QIODevice* device, Database* db)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue