Remove a number of unused forward declarations of gbm_* structs

Found this while debugging something else, seems like it's a good
cleanup.

Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
This commit is contained in:
Aleix Pol Gonzalez 2024-04-11 17:12:30 +02:00 committed by Aleix Pol Gonzalez
parent 1a4606d990
commit 881858f8dd
6 changed files with 0 additions and 9 deletions

View file

@ -21,8 +21,6 @@
#include "utils/damagejournal.h"
#include "utils/filedescriptor.h"
struct gbm_bo;
namespace KWin
{

View file

@ -21,8 +21,6 @@
#include <epoxy/egl.h>
#include <sys/types.h>
struct gbm_device;
namespace KWin
{
class DrmOutput;

View file

@ -13,8 +13,6 @@
#include <QRect>
struct gbm_device;
namespace KWin
{
class VirtualBackend;

View file

@ -26,7 +26,6 @@
struct wl_buffer;
struct wl_display;
struct gbm_device;
namespace KWayland
{

View file

@ -21,7 +21,6 @@
#include <xcb/xcb.h>
struct gbm_device;
struct _XDisplay;
typedef struct _XDisplay Display;
typedef struct _XCBKeySymbols xcb_key_symbols_t;

View file

@ -8,7 +8,6 @@
#include "core/graphicsbufferallocator.h"
struct gbm_bo;
struct gbm_device;
namespace KWin