mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 10:38:07 +02:00
backend-drm: drop gbm.h from c files
The header file is anyway included in drm-internal.h, we can safely drop it from the c files. Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
0bfebebbdb
commit
5dd3e9996a
3 changed files with 0 additions and 5 deletions
|
|
@ -47,7 +47,6 @@
|
|||
#include <xf86drmMode.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include <gbm.h>
|
||||
#include <libudev.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@
|
|||
#include <xf86drmMode.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include <gbm.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include <libweston/backend-drm.h>
|
||||
#include <libweston/pixel-formats.h>
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@
|
|||
#include <xf86drmMode.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include <gbm.h>
|
||||
|
||||
#include <libweston/libweston.h>
|
||||
#include <libweston/backend-drm.h>
|
||||
#include "shared/helpers.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue