projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f26565f
)
mesa: Clean up header file inclusion in buffers.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:00:32 +0000
(20:00 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 04:00:32 +0000
(20:00 -0800)
src/mesa/main/buffers.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/buffers.h
b/src/mesa/main/buffers.h
index 36d6c8b6608c89b9ac6f275e20f298457ad6e83c..1404112c411e098ab20ab4b085e3ecc5c03ce2dd 100644
(file)
--- 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 );