gallium/util: 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:59 +02:00 committed by Marge Bot
parent 1613aa7341
commit afce7ddacb
2 changed files with 0 additions and 3 deletions

View File

@ -31,8 +31,6 @@
#include <string.h>
#include <stdint.h>
#include "c99_compat.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -28,7 +28,6 @@
#ifndef U_VIEWPORT_H
#define U_VIEWPORT_H
#include "c99_compat.h"
#include "pipe/p_state.h"
#ifdef __cplusplus