mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-05 02:25:37 -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
|
|
@ -16,21 +16,11 @@
|
|||
*/
|
||||
|
||||
#include "Estimate.h"
|
||||
#include "cli/Utils.h"
|
||||
|
||||
#include "cli/TextStream.h"
|
||||
#include "Utils.h"
|
||||
#include "core/PasswordHealth.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <zxcvbn.h>
|
||||
|
||||
/* For pre-compiled headers under windows */
|
||||
#ifdef _WIN32
|
||||
#ifndef __MINGW32__
|
||||
#include "stdafx.h"
|
||||
#endif
|
||||
#endif
|
||||
#include <zxcvbn.h>
|
||||
|
||||
const QCommandLineOption Estimate::AdvancedOption =
|
||||
QCommandLineOption(QStringList() << "a"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue