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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 18 09:17:48 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 18 01:16:53 2010 -0800

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

---

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

diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h
index 009ebde..f2407af 100644
--- a/src/mesa/program/prog_statevars.h
+++ b/src/mesa/program/prog_statevars.h
@@ -25,8 +25,10 @@
 #ifndef PROG_STATEVARS_H
 #define PROG_STATEVARS_H
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
 
+struct gl_context;
+struct gl_program_parameter_list;
 
 /**
  * Number of STATE_* values we need to address any GL state.




More information about the mesa-commit mailing list