mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
mesa: Remove unnecessary header from hash_table.h.
This commit is contained in:
parent
c8e714df01
commit
48f8495040
1 changed files with 0 additions and 2 deletions
|
|
@ -31,8 +31,6 @@
|
|||
#ifndef HASH_TABLE_H
|
||||
#define HASH_TABLE_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
struct hash_table;
|
||||
|
||||
typedef unsigned (*hash_func_t)(const void *key);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue