Mesa (main): gallium/util: 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: afce7ddacb69f139d2cb3563cdc5da88c3a9cb7a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=afce7ddacb69f139d2cb3563cdc5da88c3a9cb7a

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

gallium/util: 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/auxiliary/util/u_bitcast.h  | 2 --
 src/gallium/auxiliary/util/u_viewport.h | 1 -
 2 files changed, 3 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_bitcast.h b/src/gallium/auxiliary/util/u_bitcast.h
index f5b33471ad1..d7d2e877038 100644
--- a/src/gallium/auxiliary/util/u_bitcast.h
+++ b/src/gallium/auxiliary/util/u_bitcast.h
@@ -31,8 +31,6 @@
 #include <string.h>
 #include <stdint.h>
 
-#include "c99_compat.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
diff --git a/src/gallium/auxiliary/util/u_viewport.h b/src/gallium/auxiliary/util/u_viewport.h
index a731b34b8fb..8b0d83b3d9b 100644
--- a/src/gallium/auxiliary/util/u_viewport.h
+++ b/src/gallium/auxiliary/util/u_viewport.h
@@ -28,7 +28,6 @@
 #ifndef U_VIEWPORT_H
 #define U_VIEWPORT_H
 
-#include "c99_compat.h"
 #include "pipe/p_state.h"
 
 #ifdef __cplusplus



More information about the mesa-commit mailing list