Mesa (main): intel/isl: remove needless c99_compat.h includes

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


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

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

intel/isl: 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/intel/isl/isl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
index 5046c239ffb..9a401e5c323 100644
--- a/src/intel/isl/isl.h
+++ b/src/intel/isl/isl.h
@@ -42,7 +42,6 @@
 #include <stdbool.h>
 #include <stdint.h>
 
-#include "c99_compat.h"
 #include "util/compiler.h"
 #include "util/macros.h"
 #include "util/format/u_format.h"



More information about the mesa-commit mailing list