From b70e92fe04089d02f2e2b663f3bb2907d8842060 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Fri, 9 Sep 2022 02:53:44 +0800 Subject: [PATCH] radv: Remove the redundant #include and #include in ac_binary.c It's not access these two header in the source code Signed-off-by: Yonggang Luo Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/common/ac_binary.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/amd/common/ac_binary.c b/src/amd/common/ac_binary.c index a22392e..a26e549 100644 --- a/src/amd/common/ac_binary.c +++ b/src/amd/common/ac_binary.c @@ -27,10 +27,6 @@ #include "util/u_math.h" #include "util/u_memory.h" -#ifndef _WIN32 -#include -#include -#endif #include #include -- 2.7.4