diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-25 13:40:22 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-25 13:40:22 +0100 |
commit | 28c0ca676c47e7e38fabdd9ef24a70bd26701f33 (patch) | |
tree | 2d26019838e2fb7aafd02508b865f4d466dbce3d /src/intel_uxa.c | |
parent | 2306e675c48bc00a8ca1f4545bb88c97d6ef4fa6 (diff) |
Remove unused inclusion of <sys/mman.h>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_uxa.c')
-rw-r--r-- | src/intel_uxa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_uxa.c b/src/intel_uxa.c index 1496dbcc..b75fe55a 100644 --- a/src/intel_uxa.c +++ b/src/intel_uxa.c @@ -38,7 +38,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "i915_drm.h" #include "brw_defines.h" #include <string.h> -#include <sys/mman.h> #include <errno.h> static const int I830CopyROP[16] = { |