intel/isl: remove needless c99_compat.h includes

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>
This commit is contained in:
Erik Faye-Lund
2022-06-01 14:21:51 +02:00
committed by Marge Bot
parent 9633b42672
commit df4fe7c4a2

View File

@@ -42,7 +42,6 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include "c99_compat.h"
#include "util/compiler.h" #include "util/compiler.h"
#include "util/macros.h" #include "util/macros.h"
#include "util/format/u_format.h" #include "util/format/u_format.h"