egl: 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:19:02 +02:00 committed by Marge Bot
parent 9f717b5f23
commit 1613aa7341
12 changed files with 0 additions and 19 deletions

View File

@ -93,7 +93,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "c99_compat.h"
#include "c11/threads.h"
#include "util/debug.h"
#include "util/macros.h"

View File

@ -29,8 +29,6 @@
#ifndef EGLARRAY_INCLUDED
#define EGLARRAY_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"

View File

@ -36,7 +36,6 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "c99_compat.h"
#include "util/macros.h"
#include "eglconfig.h"

View File

@ -34,7 +34,6 @@
#include <assert.h>
#include <stddef.h>
#include "c99_compat.h"
#include "egltypedefs.h"

View File

@ -31,8 +31,6 @@
#ifndef EGLCONTEXT_INCLUDED
#define EGLCONTEXT_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"
#include "egldisplay.h"

View File

@ -30,7 +30,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "c99_compat.h"
#include "c11/threads.h"
#include "util/u_thread.h"
#include "util/u_string.h"

View File

@ -29,8 +29,6 @@
#ifndef EGLCURRENT_INCLUDED
#define EGLCURRENT_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"

View File

@ -31,7 +31,6 @@
#ifndef EGLDISPLAY_INCLUDED
#define EGLDISPLAY_INCLUDED
#include "c99_compat.h"
#include "c11/threads.h"
#include "egltypedefs.h"

View File

@ -32,8 +32,6 @@
#define EGLDRIVER_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"
#include <stdbool.h>
#include <stddef.h>

View File

@ -30,8 +30,6 @@
#ifndef EGLIMAGE_INCLUDED
#define EGLIMAGE_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"
#include "egldisplay.h"

View File

@ -31,8 +31,6 @@
#ifndef EGLSURFACE_INCLUDED
#define EGLSURFACE_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"
#include "egldisplay.h"

View File

@ -30,8 +30,6 @@
#define EGLSYNC_INCLUDED
#include "c99_compat.h"
#include "egltypedefs.h"
#include "egldisplay.h"