Cleanup includes of input.(h|cpp) a little bit

This commit is contained in:
Martin Gräßlin 2016-02-15 13:51:36 +01:00
parent 849d17519c
commit 4e32dcfbfe
3 changed files with 4 additions and 22 deletions

View file

@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <memory>
#include <QElapsedTimer>
#include <QPointer>
namespace KWayland
{

View file

@ -46,22 +46,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <decorations/decoratedclient.h>
#include <KDecoration2/Decoration>
// Qt
#include <QDBusMessage>
#include <QDBusPendingCall>
#include <QKeyEvent>
#include <QMouseEvent>
#include <QTemporaryFile>
// KDE
#include <kkeyserver.h>
//screenlocker
#include <KScreenLocker/KsldApp>
#include <xkbcommon/xkbcommon.h>
#include <xkbcommon/xkbcommon-keysyms.h>
// system
#include <linux/input.h>
#include <sys/mman.h>
#include <unistd.h>
namespace KWin
{

12
input.h
View file

@ -21,16 +21,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KWIN_INPUT_H
#include <kwinglobals.h>
#include <QAction>
#include <QHash>
#include <QObject>
#include <QPoint>
#include <QPointer>
#include <QEvent>
#include <QWeakPointer>
#include <config-kwin.h>
class KGlobalAccelInterface;
class QKeySequence;
class QMouseEvent;
class QKeyEvent;
class QWheelEvent;
namespace KWin
{
@ -41,11 +40,6 @@ class KeyboardInputRedirection;
class PointerInputRedirection;
class TouchInputRedirection;
namespace Decoration
{
class DecoratedClientImpl;
}
namespace LibInput
{
class Connection;