summaryrefslogtreecommitdiff
path: root/src/mesa/shader/hash_table.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-10-28 11:13:21 -0600
committerBrian Paul <brianp@vmware.com>2009-10-28 11:13:21 -0600
commit0219cd0961e6b47761fe6984dc6c0a8bfa6057d8 (patch)
treec4eee19d74fda280a07b94dd9ecaca8652e90ef6 /src/mesa/shader/hash_table.c
parent5e3b2baae74e6cde494b2fe5c6b32e3e8ef0ce87 (diff)
mesa: remove unneeded #includes
Diffstat (limited to 'src/mesa/shader/hash_table.c')
-rw-r--r--src/mesa/shader/hash_table.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/shader/hash_table.c b/src/mesa/shader/hash_table.c
index 881179f9d8..e89a2564d7 100644
--- a/src/mesa/shader/hash_table.c
+++ b/src/mesa/shader/hash_table.c
@@ -27,10 +27,6 @@
*
* \author Ian Romanick <ian.d.romanick@intel.com>
*/
-#include <stdlib.h>
-#include <string.h>
-
-#include <assert.h>
#include "main/imports.h"
#include "main/simple_list.h"