util/rand_xor: drop unused header

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2316>
This commit is contained in:
Eric Engestrom 2019-10-13 09:34:36 +01:00 committed by Marge Bot
parent f50f26325f
commit e0ce684aae
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#if defined(HAVE_GETRANDOM)
#include <sys/random.h>
#endif
#include <sys/file.h>
#include <unistd.h>
#include <fcntl.h>
#else