Remove ioctl headers and comment out drm headers

ioctl() and drm function calls will be made from the slave process, so
there is no need to include them here.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-12-10 12:59:51 +00:00
parent 314a2364c6
commit 1e1b9d77de
1 changed files with 11 additions and 5 deletions

View File

@ -10,15 +10,21 @@
# include <string.h>
# include <unistd.h>
# include <fcntl.h>
# include <sys/types.h>
# include <sys/socket.h>
# include <sys/wait.h>
# include <sys/stat.h>
# include <sys/ioctl.h>
# include <errno.h>
# include <signal.h>
# include <sys/mman.h>
# include <sys/socket.h>
# include <libudev.h>
/* # include <xf86drm.h> */
/* # include <xf86drmMode.h> */
/* # include <drm_fourcc.h> */
/* # ifdef BUILD_ECORE_DRM_HW_ACCEL */
/* # include <gbm.h> */
/* # endif */
# include <Ecore_Drm.h>
# ifndef DRM_MAJOR