backends/drm: Remove some gbm_surface,gbm_device forward declarations

This commit is contained in:
Vlad Zahorodnii 2023-03-16 09:49:06 +02:00
parent b7834edefe
commit 3704c0a945
2 changed files with 0 additions and 4 deletions

View file

@ -16,7 +16,6 @@
#include <QPointer>
#include <optional>
struct gbm_surface;
struct gbm_bo;
namespace KWaylandServer

View file

@ -18,9 +18,6 @@
#include "drm_buffer_gbm.h"
#include "utils/damagejournal.h"
struct gbm_device;
struct gbm_surface;
namespace KWin
{