Mesa (master): progs/tests: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jan 28 23:12:55 UTC 2010


Module: Mesa
Branch: master
Commit: d40070029f8f57b55c87e9310ab948342313a046
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d40070029f8f57b55c87e9310ab948342313a046

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 28 15:11:39 2010 -0800

progs/tests: Remove unnecessary headers.

---

 progs/tests/arraytexture.c      |    1 -
 progs/tests/bug_3195.c          |    1 -
 progs/tests/cva.c               |    1 -
 progs/tests/mipgen.c            |    2 --
 progs/tests/mipmap_comp.c       |    2 --
 progs/tests/mipmap_comp_tests.c |    2 --
 progs/tests/mipmap_view.c       |    1 -
 progs/tests/no_s3tc.c           |    1 -
 progs/tests/streaming_rect.c    |    2 --
 progs/tests/zcomp.c             |    1 -
 10 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/progs/tests/arraytexture.c b/progs/tests/arraytexture.c
index 28252a3..e4e86b9 100644
--- a/progs/tests/arraytexture.c
+++ b/progs/tests/arraytexture.c
@@ -36,7 +36,6 @@
 #include <math.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include <GL/glext.h>
 
 #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."
diff --git a/progs/tests/bug_3195.c b/progs/tests/bug_3195.c
index a075b94..3574c1f 100644
--- a/progs/tests/bug_3195.c
+++ b/progs/tests/bug_3195.c
@@ -38,7 +38,6 @@
 #include <math.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include <GL/glext.h>
 
 #include "readtex.h"
 
diff --git a/progs/tests/cva.c b/progs/tests/cva.c
index 02d1dcb..b3e041c 100644
--- a/progs/tests/cva.c
+++ b/progs/tests/cva.c
@@ -17,7 +17,6 @@
 #define GL_GLEXT_LEGACY
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include <GL/glext.h>
 
 GLfloat verts[][4] = {
    { -0.5, -0.5, -2.0, 0.0 },
diff --git a/progs/tests/mipgen.c b/progs/tests/mipgen.c
index 088f643..48e52c9 100644
--- a/progs/tests/mipgen.c
+++ b/progs/tests/mipgen.c
@@ -48,8 +48,6 @@
 #include <GL/glew.h>
 #include <GL/glut.h>
 
-#include "readtex.h"
-
 
 static GLfloat LodBias = 6.0;   /* make smallest miplevel visible */
 static GLuint texImage;
diff --git a/progs/tests/mipmap_comp.c b/progs/tests/mipmap_comp.c
index dd22321..122d157 100644
--- a/progs/tests/mipmap_comp.c
+++ b/progs/tests/mipmap_comp.c
@@ -48,8 +48,6 @@
 #include <GL/glew.h>
 #include <GL/glut.h>
 
-#include "readtex.h"
-
 #define SIZE 16 /* not larger then 16 */
 
 static GLint BaseLevel = 0, MaxLevel = 9;
diff --git a/progs/tests/mipmap_comp_tests.c b/progs/tests/mipmap_comp_tests.c
index e865b30..b93a5c6 100644
--- a/progs/tests/mipmap_comp_tests.c
+++ b/progs/tests/mipmap_comp_tests.c
@@ -48,8 +48,6 @@
 #include <GL/glew.h>
 #include <GL/glut.h>
 
-#include "readtex.h"
-
 #define SIZE 16 /* not larger then 16 */
 
 static GLint BaseLevel = 0, MaxLevel ;
diff --git a/progs/tests/mipmap_view.c b/progs/tests/mipmap_view.c
index 808d348..eb52197 100644
--- a/progs/tests/mipmap_view.c
+++ b/progs/tests/mipmap_view.c
@@ -12,7 +12,6 @@
 #include <math.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include <GL/glext.h>
 
 #include "readtex.h"
 
diff --git a/progs/tests/no_s3tc.c b/progs/tests/no_s3tc.c
index 31cfb40..c4132cd 100644
--- a/progs/tests/no_s3tc.c
+++ b/progs/tests/no_s3tc.c
@@ -40,7 +40,6 @@
 #include <string.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include <GL/glext.h>
 
 static unsigned data[16];
 
diff --git a/progs/tests/streaming_rect.c b/progs/tests/streaming_rect.c
index f65ac4c..3b016e5 100644
--- a/progs/tests/streaming_rect.c
+++ b/progs/tests/streaming_rect.c
@@ -13,8 +13,6 @@
 #include <GL/glew.h>
 #include <GL/glut.h>
 
-#include "readtex.h"
-
 
 #define ANIMATE 10
 #define PBO 11
diff --git a/progs/tests/zcomp.c b/progs/tests/zcomp.c
index 15e35f1..d6b9c07 100644
--- a/progs/tests/zcomp.c
+++ b/progs/tests/zcomp.c
@@ -7,7 +7,6 @@
 #include <math.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include "../util/showbuffer.c"
 
 
 static int Win;




More information about the mesa-commit mailing list