diff options
Diffstat (limited to 'render/allocator/drm_dumb.c')
-rw-r--r-- | render/allocator/drm_dumb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/render/allocator/drm_dumb.c b/render/allocator/drm_dumb.c index 170d9c33..5b47462b 100644 --- a/render/allocator/drm_dumb.c +++ b/render/allocator/drm_dumb.c @@ -7,11 +7,13 @@ #include <string.h> #include <sys/mman.h> #include <unistd.h> +#include <wlr/backend.h> +#include <wlr/backend/session.h> +#include <wlr/render/allocator.h> +#include <wlr/render/drm_format_set.h> #include <wlr/util/log.h> #include <xf86drm.h> #include <xf86drmMode.h> -#include <wlr/backend.h> -#include <wlr/backend/session.h> #include "render/allocator/drm_dumb.h" #include "render/pixel_format.h" |