projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e714d
)
mesa: Remove unnecessary header from hash_table.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:26:05 +0000
(
00:26
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 07:26:05 +0000
(
00:26
-0700)
src/mesa/program/hash_table.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/hash_table.h
b/src/mesa/program/hash_table.h
index 7b302f5dbeee0e23f4228cbc59e42ccda0e3678e..e750906f961a2f5518c54049457829ea083af129 100644
(file)
--- 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);