mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 03:16:42 -05:00
Cleanup CLI includes across all components
* Remove unused include files * Move includes out of widely shared headers (reduced rebuild time) * Consolidate code for Analyze command
This commit is contained in:
parent
dc496fd1d9
commit
be3e77d721
33 changed files with 79 additions and 232 deletions
|
|
@ -15,22 +15,12 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <cstdlib>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
|
||||
#include "Create.h"
|
||||
#include "Import.h"
|
||||
|
||||
#include "cli/TextStream.h"
|
||||
#include "cli/Utils.h"
|
||||
#include "core/Database.h"
|
||||
#include "keys/CompositeKey.h"
|
||||
#include "keys/FileKey.h"
|
||||
#include "keys/Key.h"
|
||||
#include "Create.h"
|
||||
#include "Utils.h"
|
||||
|
||||
#include <QFileInfo>
|
||||
|
||||
/**
|
||||
* Create a database file from an XML export of another database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue