mesa: Remove unnecessary header from hash_table.h.

This commit is contained in:
Vinson Lee 2010-08-11 00:26:05 -07:00
parent c8e714df01
commit 48f8495040

View 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);