backends/drm: Remove unused screens.h includes

This commit is contained in:
Vlad Zahorodnii 2022-07-12 13:59:21 +03:00
parent a4fe17653f
commit b3d3ca8c0f
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@
#include "renderloop.h"
#include "renderloop_p.h"
#include "scene.h"
#include "screens.h"
#include "session.h"
// Qt
#include <QCryptographicHash>

View file

@ -29,7 +29,6 @@
#include "logging.h"
#include "options.h"
#include "renderloop_p.h"
#include "screens.h"
#include "shadowbuffer.h"
#include "surfaceitem_wayland.h"
#include "virtual_egl_gbm_layer.h"