mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
Header include drm_common.h already includes essential
DRM headers
This commit is contained in:
parent
9c2813a757
commit
00cf57eac0
@ -24,10 +24,8 @@
|
||||
#include <stdint.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <xf86drmMode.h>
|
||||
#include <drm_fourcc.h>
|
||||
#include <libdrm/exynos_drmif.h>
|
||||
|
||||
#include <exynos/exynos_fimg2d.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
@ -30,17 +30,15 @@
|
||||
#include <sys/poll.h>
|
||||
|
||||
#include <libdrm/drm.h>
|
||||
#include <xf86drm.h>
|
||||
#include <xf86drmMode.h>
|
||||
#include <gbm.h>
|
||||
|
||||
#include <file/dir_list.h>
|
||||
#include <retro_file.h>
|
||||
|
||||
#include "../common/drm_common.h"
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../common/drm_common.h"
|
||||
#include "../common/egl_common.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user