diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-11-07 19:54:00 -0800 |
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-11-07 19:54:00 -0800 |
| commit | f26565f221038ff63ab983938a89eadeafc73a04 (patch) | |
| tree | bb306d88d393ceaf767d68df768c4096f7f16727 /src | |
| parent | 42a8af9239ee2707c06d089c0c981c4d56c1f115 (diff) | |
mesa: Clean up header file inclusion in blend.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/main/blend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h index 677b01cc9f..f72c779f1a 100644 --- a/src/mesa/main/blend.h +++ b/src/mesa/main/blend.h @@ -33,7 +33,9 @@ #define BLEND_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY |
