From: Vinson Lee Date: Wed, 11 Aug 2010 07:26:05 +0000 (-0700) Subject: mesa: Remove unnecessary header from hash_table.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48f849504078b70a069d8cf971c669e2d3816995;p=mesa.git mesa: Remove unnecessary header from hash_table.h. --- diff --git a/src/mesa/program/hash_table.h b/src/mesa/program/hash_table.h index 7b302f5dbee..e750906f961 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 - struct hash_table; typedef unsigned (*hash_func_t)(const void *key);