ecore-drm: Move drm headers to Ecore_Drm

Summary: Since we only create one drm context in the drm_device
structure now, we need the drm headers to be included in Ecore_Drm.h

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-07 15:18:30 -04:00 committed by Stefan Schmidt
parent 3832cd59b8
commit 8f661eb5d1
2 changed files with 3 additions and 4 deletions

View File

@ -23,6 +23,9 @@
# endif // ifdef __GNUC__
# endif // ifdef _MSC_VER
# include <xf86drm.h>
# include <xf86drmMode.h>
# include <drm_fourcc.h>
# include <Ecore.h>
# include <Eeze.h>

View File

@ -26,10 +26,6 @@
# include <libinput.h>
# include <xkbcommon/xkbcommon.h>
# include <xf86drm.h>
# include <xf86drmMode.h>
# include <drm_fourcc.h>
# ifdef HAVE_SYSTEMD_LOGIN
# include <systemd/sd-login.h>
# endif