mesa: Remove unnecessary header from hash_table.h.
authorVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 07:26:05 +0000 (00:26 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 07:26:05 +0000 (00:26 -0700)
src/mesa/program/hash_table.h

index 7b302f5..e750906 100644 (file)
@@ -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);