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

Vinson Lee vlee at kemper.freedesktop.org
Sun Nov 7 03:40:49 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Nov  6 20:40:13 2010 -0700

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

---

 src/mesa/main/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h
index 6552a3a..1b53508 100644
--- a/src/mesa/main/version.h
+++ b/src/mesa/main/version.h
@@ -28,7 +28,7 @@
 #define VERSION_H
 
 
-#include "mtypes.h"
+struct gl_context;
 
 
 /* Mesa version */




More information about the mesa-commit mailing list