Mesa (mesa_7_7_branch): progs/demos: Remove unnecessary header from shadowtex.c.

Vinson Lee vlee at kemper.freedesktop.org
Sun Jan 24 04:58:05 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 7f2f42dd8093e585a6edff2b1173cc39fc6391df
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f2f42dd8093e585a6edff2b1173cc39fc6391df

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan 23 20:56:49 2010 -0800

progs/demos: Remove unnecessary header from shadowtex.c.

---

 progs/demos/Makefile    |    7 -------
 progs/demos/shadowtex.c |    1 -
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 65fdbaa..f21d916 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -124,13 +124,6 @@ reflect.o: reflect.c showbuffer.h
 	$(APP_CC) -c -I$(INCDIR) $(CFLAGS) reflect.c
 
 
-shadowtex: shadowtex.o showbuffer.o
-	$(APP_CC) $(CFLAGS) $(LDFLAGS) shadowtex.o showbuffer.o $(LIBS) -o $@
-
-shadowtex.o: shadowtex.c showbuffer.h
-	$(APP_CC) -c -I$(INCDIR) $(CFLAGS) shadowtex.c
-
-
 gloss: gloss.o trackball.o readtex.o
 	$(APP_CC) $(CFLAGS) $(LDFLAGS) gloss.o trackball.o readtex.o $(LIBS) -o $@
 
diff --git a/progs/demos/shadowtex.c b/progs/demos/shadowtex.c
index dc5a4bb..59d0070 100644
--- a/progs/demos/shadowtex.c
+++ b/progs/demos/shadowtex.c
@@ -38,7 +38,6 @@
 #include <math.h>
 #include <GL/glew.h>
 #include <GL/glut.h>
-#include "showbuffer.h"
 
 #define DEG_TO_RAD (3.14159 / 180.0)
 




More information about the mesa-commit mailing list