lib: unnecessary header removal for drmtest.h, part 2

I've left unistd.h in it - it's not strictly required but most users
of drmtest.h want it for the open helpers, and then you kinda need to
close that file descriptor again ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-22 21:29:01 +01:00
parent e49ceb8690
commit 254f19ba8d
22 changed files with 48 additions and 13 deletions
+3 -6
View File
@@ -28,16 +28,13 @@
#ifndef DRMTEST_H
#define DRMTEST_H
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/mman.h>
#include "xf86drm.h"
#include "xf86drmMode.h"
#include "intel_batchbuffer.h"
#include <xf86drm.h>
#include <intel_batchbuffer.h>
#ifdef ANDROID
#ifndef HAVE_MMAP64