Mesa (master): mesa: Remove unnecessary header from hash_table.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 11 07:26:55 UTC 2010


Module: Mesa
Branch: master
Commit: 48f849504078b70a069d8cf971c669e2d3816995
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48f849504078b70a069d8cf971c669e2d3816995

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 11 00:26:05 2010 -0700

mesa: Remove unnecessary header from hash_table.h.

---

 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 7b302f5..e750906 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);




More information about the mesa-commit mailing list