diff options
author | Eric Engestrom <[email protected]> | 2019-10-13 09:34:36 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-16 12:05:37 +0000 |
commit | e0ce684aae83bd6c8129cac09dc98823d786b798 (patch) | |
tree | e63922649e2d588ba412d0ca0dcea0a56da0b0bf /src/util/rand_xor.c | |
parent | f50f26325f8df7e076a0ffd2196eab1c36ff07ae (diff) |
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>
Diffstat (limited to 'src/util/rand_xor.c')
-rw-r--r-- | src/util/rand_xor.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |