Commit 6fdfc8c2 authored by Debao Zhang's avatar Debao Zhang Committed by The Qt Project
Browse files

Plugins: Cleanup header include statements


Change-Id: I988304ba9bfd62a65a7d491a98f178483900ab79
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent 8084bd7a
Branches
Tags
No related merge requests found
Showing with 9 additions and 12 deletions
......@@ -39,7 +39,6 @@
**
****************************************************************************/
#include <qqml.h>
#include "plugin_p.h"
#include "qtaction_p.h"
#include "qtexclusivegroup_p.h"
......@@ -47,13 +46,13 @@
#include "qtmenubar_p.h"
#include "qquicklinearlayout_p.h"
#include "qpagestatus.h"
#include <qqmlextensionplugin.h>
#include <qimage.h>
#include <qqml.h>
#include <qqmlengine.h>
#include <qqmlextensionplugin.h>
#include <qquickimageprovider.h>
#include <QtWidgets/QApplication>
#include <QtQuick/QQuickWindow>
#include <QImage>
#include <qquickwindow.h>
QT_BEGIN_NAMESPACE
......
......@@ -42,9 +42,8 @@
#ifndef QSTYLEPLUGIN_P_H
#define QSTYLEPLUGIN_P_H
#include <QQmlExtensionPlugin>
#include <QtCore/QTimer>
#include <QtWidgets/QFileSystemModel>
#include <QtQml/qqmlextensionplugin.h>
#include <QtQml/qqmlengine.h>
QT_BEGIN_NAMESPACE
......
......@@ -39,13 +39,14 @@
**
****************************************************************************/
#include <qqml.h>
#include "qprivateplugin_p.h"
#include "qrangemodel_p.h"
#include "qwheelarea_p.h"
#include "qstyleitem_p.h"
#include "qquickcomponentsprivate_p.h"
#include <qqml.h>
QT_BEGIN_NAMESPACE
QObject *registerPrivateModule(QQmlEngine *engine, QJSEngine *jsEngine)
......
......@@ -42,9 +42,7 @@
#ifndef QSTYLEPLUGIN_P_H
#define QSTYLEPLUGIN_P_H
#include <QQmlExtensionPlugin>
#include <QtCore/QTimer>
#include <QtWidgets/QFileSystemModel>
#include <QtQml/qqmlextensionplugin.h>
QT_BEGIN_NAMESPACE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment