platforms/drm: Remove unused defs and includes in drm_backend.cpp
This commit is contained in:
parent
44fc23f6e7
commit
9e1de4522e
1 changed files with 0 additions and 9 deletions
|
@ -38,7 +38,6 @@
|
|||
// Qt
|
||||
#include <QCryptographicHash>
|
||||
#include <QSocketNotifier>
|
||||
#include <QPainter>
|
||||
// system
|
||||
#include <algorithm>
|
||||
#include <unistd.h>
|
||||
|
@ -49,14 +48,6 @@
|
|||
#include "drm_gpu.h"
|
||||
#include "egl_multi_backend.h"
|
||||
|
||||
#ifndef DRM_CAP_CURSOR_WIDTH
|
||||
#define DRM_CAP_CURSOR_WIDTH 0x8
|
||||
#endif
|
||||
|
||||
#ifndef DRM_CAP_CURSOR_HEIGHT
|
||||
#define DRM_CAP_CURSOR_HEIGHT 0x9
|
||||
#endif
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue