summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-09-02 14:04:12 +0200
committerhjk <hjk121@nokiamail.com>2013-09-04 15:51:36 +0200
commit15d1048ef2513c3a1cb38fcb6144d3ca2b796bc1 (patch)
tree51c1d7cefe617767a6b933c888b2ff466f53176e /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent041c584805cf2ed5d2210315b691c97a3667b744 (diff)
downloadqt-creator-15d1048ef2513c3a1cb38fcb6144d3ca2b796bc1.tar.gz
Fix some include statements.
In several places, it says '#include "..."' for headers from different libraries/plugins. Change-Id: I96cd74fef9b30163adefe3e1720e0847bed9553a Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 43e2c46844..f814ec432c 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -30,11 +30,13 @@
#ifndef QMLPROFILERMODELMANAGER_H
#define QMLPROFILERMODELMANAGER_H
-#include <QObject>
#include "qmlprofiler_global.h"
-#include "qmldebug/qmlprofilereventlocation.h"
+
+#include <qmldebug/qmlprofilereventlocation.h>
#include <utils/fileinprojectfinder.h>
+#include <QObject>
+
namespace QmlProfiler {
class QmlProfilerSimpleModel;
class QmlProfilerModelManager;