Cleanup and reorder includes in toplevel.h

REVIEW: 110202
icc-effect-5.14.5
Martin Gräßlin 2013-04-26 11:27:30 +02:00
parent 67b59f693c
commit 4351d6ce44
4 changed files with 13 additions and 8 deletions

View File

@ -24,6 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "xcbutils.h"
// kwin libs
#include <kwinglplatform.h>
// KDE
#include <KDE/KDebug>
namespace KWin
{

View File

@ -25,6 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "utils.h"
#include "kwineffects.h"
#include <QElapsedTimer>
class QGraphicsView;
namespace KWin

View File

@ -21,19 +21,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef KWIN_TOPLEVEL_H
#define KWIN_TOPLEVEL_H
#include <config-X11.h>
#include <assert.h>
#include <QObject>
// kwin libs
#include <kdecoration.h>
#include <kdebug.h>
// kwin
#include "utils.h"
#include "virtualdesktops.h"
#include "workspace.h"
// Qt
#include <QObject>
// xcb
#include <xcb/damage.h>
#include <xcb/xfixes.h>
// system
#include <assert.h>
class NETWinInfo2;

View File

@ -25,6 +25,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "deleted.h"
#include "xcbutils.h"
#include <QDebug>
#include <X11/extensions/shape.h>
namespace KWin