diff options
author | Vinson Lee <[email protected]> | 2010-11-07 20:57:32 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 20:57:32 -0800 |
commit | 5953eac7ac8c161067c0ca0a9019e83cd40cb58b (patch) | |
tree | 604f564894440626ca91d599754cad315de50436 /src/mesa/main/depthstencil.h | |
parent | e0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7 (diff) |
mesa: Clean up header file inclusion in depthstencil.h.
Diffstat (limited to 'src/mesa/main/depthstencil.h')
-rw-r--r-- | 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 4db5868263a..ef63c5d7a31 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, |