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

Vinson Lee vlee at kemper.freedesktop.org
Mon Nov 8 04:57:48 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Nov  7 20:57:32 2010 -0800

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

---

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

diff --git a/src/mesa/main/depthstencil.h b/src/mesa/main/depthstencil.h
index 4db5868..ef63c5d 100644
--- a/src/mesa/main/depthstencil.h
+++ b/src/mesa/main/depthstencil.h
@@ -26,7 +26,7 @@
 #ifndef DEPTHSTENCIL_H
 #define DEPTHSTENCIL_H
 
-#include "mtypes.h"
+struct gl_context;
 
 extern struct gl_renderbuffer *
 _mesa_new_z24_renderbuffer_wrapper(struct gl_context *ctx,




More information about the mesa-commit mailing list