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

Vinson Lee vlee at kemper.freedesktop.org
Tue Dec 14 08:31:05 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 14 00:30:24 2010 -0800

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

---

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

diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h
index 4907ae3..0167334 100644
--- a/src/mesa/program/prog_cache.h
+++ b/src/mesa/program/prog_cache.h
@@ -30,8 +30,9 @@
 #define PROG_CACHE_H
 
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
 
+struct gl_context;
 
 /** Opaque type */
 struct gl_program_cache;




More information about the mesa-commit mailing list