diff options
Diffstat (limited to 'backend/x11')
-rw-r--r-- | backend/x11/backend.c | 1 | ||||
-rw-r--r-- | backend/x11/output.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/backend/x11/backend.c b/backend/x11/backend.c index 6c0e5a0b..478583f0 100644 --- a/backend/x11/backend.c +++ b/backend/x11/backend.c @@ -33,7 +33,6 @@ #include "backend/x11.h" #include "render/allocator.h" #include "render/drm_format_set.h" -#include "types/wlr_buffer.h" #include "util/signal.h" // See dri2_format_for_depth in mesa diff --git a/backend/x11/output.c b/backend/x11/output.c index 15d1d9a0..44219dde 100644 --- a/backend/x11/output.c +++ b/backend/x11/output.c @@ -21,7 +21,6 @@ #include <wlr/util/log.h> #include "backend/x11.h" -#include "types/wlr_buffer.h" #include "util/signal.h" #include "util/time.h" |