diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-09 06:08:29 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-09 06:08:29 -0800 |
commit | 0c123679fc909e778cc52d6bb0cfe52bfe1789c0 (patch) | |
tree | 3cb749f90ea4221aed3cd9dd2c382b2482a606e4 /src | |
parent | c509bf91ecfdcf82fdab6990c400578f4400de57 (diff) |
mesa: Clean up header file inclusion in multisample.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/multisample.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/multisample.h b/src/mesa/main/multisample.h index c7cc432daa..e86d4092bc 100644 --- a/src/mesa/main/multisample.h +++ b/src/mesa/main/multisample.h @@ -26,7 +26,9 @@ #ifndef MULTISAMPLE_H #define MULTISAMPLE_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY _mesa_SampleCoverageARB(GLclampf value, GLboolean invert); |