mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-22 16:21:26 -04: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
|
@ -14,16 +14,12 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <cstdlib>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Info.h"
|
||||
#include "Utils.h"
|
||||
|
||||
#include "core/Database.h"
|
||||
#include "Utils.h"
|
||||
#include "core/Global.h"
|
||||
#include "core/Metadata.h"
|
||||
#include "format/KeePass2.h"
|
||||
|
||||
Info::Info()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue