From d40070029f8f57b55c87e9310ab948342313a046 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 28 Jan 2010 15:11:39 -0800 Subject: progs/tests: Remove unnecessary headers. --- progs/tests/arraytexture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'progs/tests/arraytexture.c') diff --git a/progs/tests/arraytexture.c b/progs/tests/arraytexture.c index 28252a354bf..e4e86b9b4ce 100644 --- a/progs/tests/arraytexture.c +++ b/progs/tests/arraytexture.c @@ -36,7 +36,6 @@ #include #include #include -#include #if !defined(GL_EXT_texture_array) && !defined(GL_MESA_texture_array) # error "This demo requires enums for either GL_EXT_texture_array or GL_MESA_texture_array to build." -- cgit v1.2.3