Mesa (master): mesa: Clean up header file inclusion in prog_uniform.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 12 07:35:04 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 12 00:33:48 2010 -0700

mesa: Clean up header file inclusion in prog_uniform.h.

Remove mtypes.h.
Remove prog_statevars.h.
Include glheader.h for GL symbols.

---

 src/mesa/program/prog_uniform.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mesa/program/prog_uniform.h b/src/mesa/program/prog_uniform.h
index a671d30..7988d53 100644
--- a/src/mesa/program/prog_uniform.h
+++ b/src/mesa/program/prog_uniform.h
@@ -31,8 +31,7 @@
 #ifndef PROG_UNIFORM_H
 #define PROG_UNIFORM_H
 
-#include "main/mtypes.h"
-#include "prog_statevars.h"
+#include "main/glheader.h"
 
 
 /**




More information about the mesa-commit mailing list