platforms/drm: Remove unused defs and includes in drm_backend.cpp

This commit is contained in:
Vlad Zahorodnii 2021-04-29 08:45:27 +03:00
parent 44fc23f6e7
commit 9e1de4522e

View file

@ -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
{