diff options
author | Christian Stenger <[email protected]> | 2020-10-09 13:07:55 +0200 |
---|---|---|
committer | Christian Stenger <[email protected]> | 2020-11-09 08:24:01 +0000 |
commit | ac14a1e0388749208e9b546b3f1438ba253d6cb9 (patch) | |
tree | 18e69138d0574a1adf754ac2fb33fbd54eea6d0d /src/plugins/autotest/testnavigationwidget.h | |
parent | 24db5dcc4f95a01df6bf396c07ad22fcb56fab6f (diff) |
AutoTest: Clean up header mess
Better decoupling and reduced binary size.
Change-Id: I4f6239979d9d7dae4ad92f19ec8420be38372c07
Reviewed-by: David Schulz <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testnavigationwidget.h')
-rw-r--r-- | src/plugins/autotest/testnavigationwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/testnavigationwidget.h b/src/plugins/autotest/testnavigationwidget.h index f01bb6c3d5d..f2fb9caae39 100644 --- a/src/plugins/autotest/testnavigationwidget.h +++ b/src/plugins/autotest/testnavigationwidget.h @@ -26,7 +26,6 @@ #pragma once #include "itemdatacache.h" -#include "testrunner.h" #include <coreplugin/inavigationwidgetfactory.h> @@ -53,6 +52,7 @@ class TestTreeModel; namespace Internal { +class TestRunner; class TestTreeSortFilterModel; class TestTreeView; |