Skip to content

Commit

Permalink
remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lievenhey committed Oct 19, 2023
1 parent 39229ae commit ab06e32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/models/disassemblymodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <QTextDocument>

#include "disassemblymodel.h"
#include "hotspot-config.h"

#include "highlighter.hpp"
#include "search.h"
Expand Down
4 changes: 0 additions & 4 deletions src/resultsdisassemblypage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <KColorScheme>
#include <KStandardAction>

#include "parsers/perf/perfparser.h"
#include "resultsutil.h"

#if KFSyntaxHighlighting_FOUND
Expand All @@ -43,11 +42,8 @@
#include "models/codedelegate.h"
#include "models/costdelegate.h"
#include "models/disassemblymodel.h"
#include "models/hashmodel.h"
#include "models/search.h"
#include "models/sourcecodemodel.h"
#include "models/topproxy.h"
#include "models/treemodel.h"
#include "settings.h"

namespace {
Expand Down

0 comments on commit ab06e32

Please sign in to comment.