projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb47bed
)
util: Revert "util: added missing headers in anon-file"
author
Gurchetan Singh
<gurchetansingh@chromium.org>
Fri, 9 Aug 2019 01:39:17 +0000
(18:39 -0700)
committer
Gurchetan Singh
<gurchetansingh@chromium.org>
Fri, 9 Aug 2019 16:13:45 +0000
(09:13 -0700)
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>
src/util/anon_file.c
patch
|
blob
|
history
diff --git
a/src/util/anon_file.c
b/src/util/anon_file.c
index 90c55cd5af0c8a7347ffbddeaa718ae8a96f4738..2780c74a680b12e9f0d913e5baf411b93d8fef68 100644
(file)
--- 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>