diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp index 39d897a2360..efa5a3ea29b 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.cpp @@ -29,8 +29,11 @@ #include "propertyeditorview.h" -#include +#include "propertyeditorqmlbackend.h" +#include "propertyeditorvalue.h" +#include "propertyeditortransaction.h" +#include #include #include @@ -42,9 +45,6 @@ #include #include -#include "propertyeditorvalue.h" -#include "propertyeditortransaction.h" - #include #include diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h index 90e2e3f60c3..e2ec57e6672 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorview.h @@ -34,7 +34,6 @@ #include #include -#include "propertyeditorqmlbackend.h" #include "propertyeditorwidget.h" QT_BEGIN_NAMESPACE @@ -49,6 +48,7 @@ class PropertyEditorTransaction; class CollapseButton; class PropertyEditorWidget; class PropertyEditorView; +class PropertyEditorQmlBackend; class PropertyEditorView: public AbstractView {