mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 14:46:07 -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
|
@ -16,27 +16,15 @@
|
|||
*/
|
||||
|
||||
#include "TestSharing.h"
|
||||
#include "TestGlobal.h"
|
||||
|
||||
#include <QBuffer>
|
||||
#include <QSignalSpy>
|
||||
#include <QTemporaryFile>
|
||||
#include <QTest>
|
||||
#include <QXmlStreamReader>
|
||||
#include <QXmlStreamWriter>
|
||||
|
||||
#include "config-keepassx-tests.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "crypto/Crypto.h"
|
||||
#include "crypto/Random.h"
|
||||
#include "format/KeePass2Writer.h"
|
||||
#include "keeshare/KeeShareSettings.h"
|
||||
#include "keys/PasswordKey.h"
|
||||
|
||||
#include <botan/pkcs8.h>
|
||||
#include <botan/rsa.h>
|
||||
#include <botan/x509_key.h>
|
||||
|
||||
#include <format/KeePass2Reader.h>
|
||||
|
||||
QTEST_GUILESS_MAIN(TestSharing)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue