From: Vinson Lee Date: Sun, 24 Jan 2010 04:56:49 +0000 (-0800) Subject: progs/demos: Remove unnecessary header from shadowtex.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f2f42dd8093e585a6edff2b1173cc39fc6391df;p=mesa.git progs/demos: Remove unnecessary header from shadowtex.c. --- diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 65fdbaaad8e..f21d916330b 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 dc5a4bbc480..59d0070a26a 100644 --- a/progs/demos/shadowtex.c +++ b/progs/demos/shadowtex.c @@ -38,7 +38,6 @@ #include #include #include -#include "showbuffer.h" #define DEG_TO_RAD (3.14159 / 180.0)