diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-07 20:00:32 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-07 20:00:32 -0800 |
commit | fdf317400721e086facbb8fd58307a92c385ed6b (patch) | |
tree | 3ed192230a329210ea32e8a0069c1ddb157b204d /src/mesa/main/buffers.h | |
parent | f26565f221038ff63ab983938a89eadeafc73a04 (diff) |
mesa: Clean up header file inclusion in buffers.h.
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index 36d6c8b660..1404112c41 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -33,8 +33,9 @@ #define BUFFERS_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; extern void GLAPIENTRY _mesa_DrawBuffer( GLenum mode ); |