gallium: remove needless c99_compat.h includes
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 1 Jun 2022 12:20:58 +0000 (14:20 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 2 Jun 2022 13:09:16 +0000 (13:09 +0000)
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16812>

src/gallium/include/pipe/p_compiler.h

index 868cb09..fc82b0d 100644 (file)
@@ -29,8 +29,6 @@
 #define P_COMPILER_H
 
 
-#include "c99_compat.h" /* inline, __func__, etc. */
-
 #include "p_config.h"
 
 #include "util/macros.h"