From: Brian Paul Date: Sun, 9 Jan 2005 17:06:22 +0000 (+0000) Subject: include readtex.h instead of readtex.c (Marcello Magallon) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fe7f406be7ffa8e849d9097e00a4d6229c138bd;p=mesa.git include readtex.h instead of readtex.c (Marcello Magallon) --- diff --git a/progs/demos/cubemap.c b/progs/demos/cubemap.c index ee0336547bb..0a59b989835 100644 --- a/progs/demos/cubemap.c +++ b/progs/demos/cubemap.c @@ -40,7 +40,7 @@ #include #include #include "GL/glut.h" -#include "../util/readtex.c" /* a hack */ +#include "readtex.h" static GLfloat Xrot = 0, Yrot = 0; diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c index b36e3d1e643..71ce9723543 100644 --- a/progs/demos/readpix.c +++ b/progs/demos/readpix.c @@ -11,7 +11,7 @@ #include #include -#include "../util/readtex.c" /* a hack, I know */ +#include "readtex.h" #define IMAGE_FILE "../images/girl.rgb"