Tracing: Untangle some includes

Forward declare in the header and include in the implementation where
possible.

Change-Id: Iea54f52fbf1deecab5f5a257821cd6383cf69a91
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-05-14 09:43:15 +02:00
parent e5e493c291
commit 2522275b69
5 changed files with 7 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
#include "qmlprofilernotesmodel.h"
#include <tracing/timelinemodel.h>
#include <utils/algorithm.h>
namespace QmlProfiler {