Remove unused qdebug.h includes
Change-Id: I09ad5987bde71ca37c7869c4dd63fb4f41c707ea Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 8a2cb53b3710b333653bea5554713b84e3980fdc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
27f16490fa
commit
936992c404
@ -10,7 +10,6 @@
|
||||
|
||||
#include <QtCore/qthreadpool.h>
|
||||
#include <QtCore/qfuture.h>
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qexception.h>
|
||||
#include <QtCore/qwaitcondition.h>
|
||||
#include <QtCore/qatomic.h>
|
||||
|
@ -16,8 +16,6 @@
|
||||
#include <qrect.h>
|
||||
#include <qxcbobject.h>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
QT_REQUIRE_CONFIG(draganddrop);
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <QtWidgets/qwidget.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
Q_GUI_EXPORT void qt_handleMouseEvent(QWindow *window, const QPointF &local, const QPointF &global,
|
||||
|
@ -19,8 +19,6 @@
|
||||
#include <QtGui/qevent.h>
|
||||
#include <QtGui/qwindow.h>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
Q_GUI_EXPORT void qt_handleWheelEvent(QWindow *window, const QPointF &local,
|
||||
|
@ -6,7 +6,6 @@
|
||||
#define SYMBOLS_H
|
||||
|
||||
#include "token.h"
|
||||
#include <qdebug.h>
|
||||
#include <qhashfunctions.h>
|
||||
#include <qlist.h>
|
||||
#include <qstack.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user