Skip to content

Commit

Permalink
feat: Remove useless header files in actionanalyse plugin
Browse files Browse the repository at this point in the history
Remove useless header files
  • Loading branch information
JWWTSL authored and deepin-mozart committed Nov 23, 2023
1 parent 24a98e7 commit 8796f54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/plugins/actionanalyse/actionanalyseplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
#include "services/window/windowservice.h"
#include "services/window/windowelement.h"

#include <QProcess>
#include <QAction>
#include <QLabel>
#include <QTreeView>

void ActionAnalyse::initialize()
{
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/actionanalyse/mainframe/analysekeeper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "common/common.h"

#include <QStandardItem>

namespace {
static WordCountAnalyse *wordcounter{nullptr};
static ActionAnalyseArgs analyseArgs;
Expand Down

0 comments on commit 8796f54

Please sign in to comment.