aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/flamegraphview.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-28 16:02:54 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-06 10:27:09 +0000
commita53780924de223f56c5294d5ab9f501a602585bc (patch)
treeeecd8cce209a9f59c339f78e86f98eda20ec2228 /src/plugins/qmlprofiler/flamegraphview.cpp
parent54b1106f4b5f912220f8dd1dc77129e81d59e05b (diff)
QmlProfiler: Apply some code cosmetics
Change-Id: I772713aec3a6c25136174b39b853a9ef3ee42a0b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/flamegraphview.cpp')
-rw-r--r--src/plugins/qmlprofiler/flamegraphview.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/flamegraphview.cpp b/src/plugins/qmlprofiler/flamegraphview.cpp
index e8c02d64551..cf5846a2581 100644
--- a/src/plugins/qmlprofiler/flamegraphview.cpp
+++ b/src/plugins/qmlprofiler/flamegraphview.cpp
@@ -25,9 +25,8 @@
#include "flamegraphview.h"
#include "flamegraph.h"
-
-#include <qmlprofiler/qmlprofilerconstants.h>
-#include <qmlprofiler/qmlprofilertool.h>
+#include "qmlprofilerconstants.h"
+#include "qmlprofilertool.h"
#include <QQmlContext>
#include <QVBoxLayout>