diff options
author | Jarek Kobus <[email protected]> | 2023-02-10 23:37:49 +0100 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2023-02-14 10:35:08 +0000 |
commit | 288b43424a0d292497cc1a9ae9cfa9f6cf5cb538 (patch) | |
tree | ec18251ed70b78d282267f5b19bde93dc405c400 /src/plugins/qmlprofiler/qmlprofilertool.cpp | |
parent | 3685ef0f37f9657c58b2dd122648b2dade090383 (diff) |
Remove unneeded includes of task.h and taskhub.h
And some other includes spotted by the way.
Change-Id: Icd5eadf16617506fe48fae52ff0639d247002d75
Reviewed-by: hjk <[email protected]>
Reviewed-by: <[email protected]>
Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index ccea82819de..579a870a4b0 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -41,7 +41,6 @@ #include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/target.h> #include <projectexplorer/session.h> -#include <projectexplorer/taskhub.h> #include <qtsupport/qtkitinformation.h> |