summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@chromium.org>2019-08-08 18:39:17 -0700
committerGurchetan Singh <gurchetansingh@chromium.org>2019-08-09 09:13:45 -0700
commitd6f8ce1c96e39f4d0309a337b7839aee3b330a87 (patch)
tree4644d96b3a36e7ce92e92a2a747826e17a58b6e5
parentbb47bedc85b0da56f24bed759c3215d6ab38cb1a (diff)
downloadmesa-d6f8ce1c96e39f4d0309a337b7839aee3b330a87.tar.gz
util: Revert "util: added missing headers in anon-file"
This reverts commit c73988300f943e185a50aaba015f2f114ffcb262. Reason: Made a fix for this, then saw @eric's change ("util/anon_file: add missing"), but some sequence of events I don't really remember caused this to get merged. So revert ;-) Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
-rw-r--r--src/util/anon_file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/anon_file.c b/src/util/anon_file.c
index 90c55cd5af0..2780c74a680 100644
--- a/src/util/anon_file.c
+++ b/src/util/anon_file.c
@@ -33,8 +33,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
#ifdef __FreeBSD__
#include <sys/mman.h>