Mesa (master): ac: Remove unnecessary header

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 3 08:51:10 UTC 2021


Module: Mesa
Branch: master
Commit: 2e8b8f0514081dd591bf4e5416acac18ffe6f911
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e8b8f0514081dd591bf4e5416acac18ffe6f911

Author: James Park <jpark37 at lagfreegames.com>
Date:   Thu Jan  7 23:20:44 2021 -0800

ac: Remove unnecessary header

Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8819>

---

 src/amd/common/ac_rgp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/amd/common/ac_rgp.c b/src/amd/common/ac_rgp.c
index cec5eb91611..471dd682d28 100644
--- a/src/amd/common/ac_rgp.c
+++ b/src/amd/common/ac_rgp.c
@@ -35,7 +35,6 @@
 
 #include <stdbool.h>
 #include <string.h>
-#include <unistd.h>
 
 #define SQTT_FILE_MAGIC_NUMBER  0x50303042
 #define SQTT_FILE_VERSION_MAJOR 1



More information about the mesa-commit mailing list