diff --git a/src/plugins/perfprofiler/perfprofilertool.h b/src/plugins/perfprofiler/perfprofilertool.h index 2eeba8a41bc..1d7c0e75911 100644 --- a/src/plugins/perfprofiler/perfprofilertool.h +++ b/src/plugins/perfprofiler/perfprofilertool.h @@ -26,8 +26,6 @@ class RunControl; namespace PerfProfiler { namespace Internal { -class PerfProfilerRunner; - class PerfProfilerTool : public QObject { Q_OBJECT @@ -70,7 +68,6 @@ private: void clearData(); void clear(); - friend class PerfProfilerRunner; void populateFileFinder(const ProjectExplorer::Project *project, const ProjectExplorer::Kit *kit); void updateFilterMenu();