Mesa (master): util/rand_xor: drop unused header

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat May 16 12:25:18 UTC 2020


Module: Mesa
Branch: master
Commit: e0ce684aae83bd6c8129cac09dc98823d786b798
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0ce684aae83bd6c8129cac09dc98823d786b798

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 13 09:34:36 2019 +0100

util/rand_xor: drop unused header

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Emmanuel Gil Peyrot <linkmauve at linkmauve.fr>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2316>

---

 src/util/rand_xor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/util/rand_xor.c b/src/util/rand_xor.c
index b34b4e40bfa..b486a53343c 100644
--- a/src/util/rand_xor.c
+++ b/src/util/rand_xor.c
@@ -26,7 +26,6 @@
 #if defined(HAVE_GETRANDOM)
 #include <sys/random.h>
 #endif
-#include <sys/file.h>
 #include <unistd.h>
 #include <fcntl.h>
 #else



More information about the mesa-commit mailing list