Mesa (mesa_7_7_branch): glsl: Remove unnecessary headers from shader_api.c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 16 23:36:22 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan 16 15:35:56 2010 -0800

glsl: Remove unnecessary headers from shader_api.c.

---

 src/mesa/shader/shader_api.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/shader/shader_api.c b/src/mesa/shader/shader_api.c
index 453cd39..e522d70 100644
--- a/src/mesa/shader/shader_api.c
+++ b/src/mesa/shader/shader_api.c
@@ -39,10 +39,8 @@
 #include "main/glheader.h"
 #include "main/context.h"
 #include "main/hash.h"
-#include "main/macros.h"
 #include "shader/program.h"
 #include "shader/prog_parameter.h"
-#include "shader/prog_print.h"
 #include "shader/prog_statevars.h"
 #include "shader/prog_uniform.h"
 #include "shader/shader_api.h"




More information about the mesa-commit mailing list