Remove not necessary include
svn path=/trunk/KDE/kdebase/workspace/; revision=656776
This commit is contained in:
parent
8005bb6db6
commit
67f6750ab3
7 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
|
||||
#include <kwinglutils.h>
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <KStandardDirs>
|
||||
|
||||
#include <kdebug.h>
|
||||
|
|
|
@ -13,7 +13,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
|
||||
#include <kwinglutils.h>
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <KStandardDirs>
|
||||
#include <kdebug.h>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE.
|
|||
// This header file is internal. I mean it.
|
||||
//
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <QWidget>
|
||||
#include <ksharedconfig.h>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#include <qpair.h>
|
||||
#include <QRect>
|
||||
#include <QRegion>
|
||||
#include <QString>
|
||||
|
||||
#include <QVector>
|
||||
#include <QList>
|
||||
#include <QHash>
|
||||
|
|
|
@ -19,7 +19,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#include <QImage>
|
||||
#include <QHash>
|
||||
#include <QFile>
|
||||
#include <QString>
|
||||
|
||||
|
||||
|
||||
#define MAKE_GL_VERSION(major, minor, release) ( ((major) << 16) | ((minor) << 8) | (release) )
|
||||
|
|
|
@ -20,7 +20,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#endif
|
||||
|
||||
#include <QPixmap>
|
||||
#include <QString>
|
||||
|
||||
#include <QImage>
|
||||
#include <QSize>
|
||||
|
||||
|
|
2
rules.h
2
rules.h
|
@ -11,7 +11,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#ifndef KWIN_RULES_H
|
||||
#define KWIN_RULES_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include <netwm_def.h>
|
||||
#include <QRect>
|
||||
#include <kconfiggroup.h>
|
||||
|
|
Loading…
Reference in a new issue