radv: Remove the redundant #include <gelf.h> and #include <libelf.h> in ac_binary.c

It's not access these two header in the source code

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18682>
This commit is contained in:
Yonggang Luo 2022-09-09 02:53:44 +08:00 committed by Marge Bot
parent 37e78803d7
commit b70e92fe04

View file

@ -27,10 +27,6 @@
#include "util/u_math.h"
#include "util/u_memory.h"
#ifndef _WIN32
#include <gelf.h>
#include <libelf.h>
#endif
#include <sid.h>
#include <stdio.h>