diff options
author | Vinson Lee <[email protected]> | 2010-08-11 00:26:05 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 00:26:05 -0700 |
commit | 48f849504078b70a069d8cf971c669e2d3816995 (patch) | |
tree | 6ca26300bbdb39c71b7e275b960b84be359e40b9 /src/mesa/program/hash_table.h | |
parent | c8e714df013cdf360602f9cc96d26cb732b19a32 (diff) |
mesa: Remove unnecessary header from hash_table.h.
Diffstat (limited to 'src/mesa/program/hash_table.h')
-rw-r--r-- | src/mesa/program/hash_table.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/program/hash_table.h b/src/mesa/program/hash_table.h index 7b302f5dbee..e750906f961 100644 --- a/src/mesa/program/hash_table.h +++ b/src/mesa/program/hash_table.h @@ -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); |