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:
@@ -18,11 +18,7 @@
|
||||
#ifndef KEEPASSXC_DATABASECOMMAND_H
|
||||
#define KEEPASSXC_DATABASECOMMAND_H
|
||||
|
||||
#include <QCommandLineOption>
|
||||
|
||||
#include "Command.h"
|
||||
#include "Utils.h"
|
||||
#include "core/Database.h"
|
||||
|
||||
class DatabaseCommand : public Command
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user