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

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

mapi: 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/mapi/table.h     | 1 -
 src/mapi/u_current.h | 1 -
 src/mapi/u_execmem.c | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/mapi/table.h b/src/mapi/table.h
index f488b6d8a75..fd70cc4106d 100644
--- a/src/mapi/table.h
+++ b/src/mapi/table.h
@@ -28,7 +28,6 @@
 #ifndef _TABLE_H_
 #define _TABLE_H_
 
-#include "c99_compat.h"
 #include "entry.h"
 
 #define MAPI_TMP_TABLE
diff --git a/src/mapi/u_current.h b/src/mapi/u_current.h
index a717162a755..a21a0779ae0 100644
--- a/src/mapi/u_current.h
+++ b/src/mapi/u_current.h
@@ -1,7 +1,6 @@
 #ifndef _U_CURRENT_H_
 #define _U_CURRENT_H_
 
-#include "c99_compat.h"
 #include "util/macros.h"
 
 
diff --git a/src/mapi/u_execmem.c b/src/mapi/u_execmem.c
index 2bb63d02b26..60fe678e58c 100644
--- a/src/mapi/u_execmem.c
+++ b/src/mapi/u_execmem.c
@@ -32,7 +32,6 @@
  */
 
 
-#include "c99_compat.h"
 #include "c11/threads.h"
 #include "u_execmem.h"
 



More information about the mesa-commit mailing list