summaryrefslogtreecommitdiff
path: root/src/util/hash_table.h
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-06-01 14:17:43 +0200
committerMarge Bot <emma+marge@anholt.net>2022-06-02 13:09:16 +0000
commit9f717b5f23cbf24dc4c58bc688c931af91975e80 (patch)
treeeb9db0aa55882a77884a2ac3fcf87de0e2e662e7 /src/util/hash_table.h
parent9ec514ded7c38556f5101df021d042405fe1dad9 (diff)
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>
Diffstat (limited to 'src/util/hash_table.h')
-rw-r--r--src/util/hash_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/hash_table.h b/src/util/hash_table.h
index c8a96b79edf..002d6c58873 100644
--- a/src/util/hash_table.h
+++ b/src/util/hash_table.h
@@ -31,7 +31,6 @@
#include <stdlib.h>
#include <inttypes.h>
#include <stdbool.h>
-#include "c99_compat.h"
#include "macros.h"
#ifdef __cplusplus