mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kwin: remove unused headers inclusions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
83537ded01
commit
e739972e60
2 changed files with 7 additions and 9 deletions
|
@ -24,16 +24,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "kwineffects.h"
|
||||
#include "kwinxrenderutils.h"
|
||||
|
||||
#include <QtDBus/QtDBus>
|
||||
#include <QDBusMessage>
|
||||
#include <QDBusConnection>
|
||||
#include <QVariant>
|
||||
#include <QList>
|
||||
#include <QTimeLine>
|
||||
#include <QtGui/QFontMetrics>
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtGui/QPixmap>
|
||||
#include <QtGui/QVector2D>
|
||||
#include <QtGui/qgraphicstransform.h>
|
||||
#include <QtCore/qmath.h>
|
||||
#include <QFontMetrics>
|
||||
#include <QPainter>
|
||||
#include <QPixmap>
|
||||
#include <qmath.h>
|
||||
|
||||
#include <kdebug.h>
|
||||
#include <ksharedconfig.h>
|
||||
|
|
|
@ -21,8 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <kwineffects.h>
|
||||
|
||||
#include <QtGui/QVector2D>
|
||||
#include <QtGui/qgraphicstransform.h>
|
||||
#include <QtGui/qgraphicstransform.h>
|
||||
#include <QtGui/QVector3D>
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue