summaryrefslogtreecommitdiff
path: root/src/mesa
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
parent5e3b2baae74e6cde494b2fe5c6b32e3e8ef0ce87 (diff)
mesa: remove unneeded #includes
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/shader/hash_table.c4
-rw-r--r--src/mesa/shader/symbol_table.c5
2 files changed, 0 insertions, 9 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"
diff --git a/src/mesa/shader/symbol_table.c b/src/mesa/shader/symbol_table.c
index 73eeb616f3..1f6d9b844d 100644
--- a/src/mesa/shader/symbol_table.c
+++ b/src/mesa/shader/symbol_table.c
@@ -20,11 +20,6 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
-#include <assert.h>
#include "main/imports.h"
#include "symbol_table.h"