Module: Mesa Branch: master Commit: e0ce684aae83bd6c8129cac09dc98823d786b798 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0ce684aae83bd6c8129cac09dc98823d786b798
Author: Eric Engestrom <[email protected]> Date: Sun Oct 13 09:34:36 2019 +0100 util/rand_xor: drop unused header Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emmanuel Gil Peyrot <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
