Mesa (main): gallium: remove needless c99_compat.h includes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 2 13:50:04 UTC 2022


Module: Mesa
Branch: main
Commit: beaa26bd753b5e63fa03b5a5fcf51859e006613d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=beaa26bd753b5e63fa03b5a5fcf51859e006613d

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Jun  1 14:20:58 2022 +0200

gallium: remove needless c99_compat.h includes

Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Reviewed-by: Alyssa Rosenzweig <alyssa at collabora.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16812>

---

 src/gallium/include/pipe/p_compiler.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index 868cb09b023..fc82b0dee58 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -29,8 +29,6 @@
 #define P_COMPILER_H
 
 
-#include "c99_compat.h" /* inline, __func__, etc. */
-
 #include "p_config.h"
 
 #include "util/macros.h"



More information about the mesa-commit mailing list