Header include drm_common.h already includes essential

DRM headers
This commit is contained in:
twinaphex 2015-11-26 18:57:29 +01:00
parent 9c2813a757
commit 00cf57eac0
2 changed files with 1 additions and 5 deletions

View File

@ -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>

View File

@ -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"