diff options
author | Vinson Lee <[email protected]> | 2010-11-09 05:00:44 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-09 05:00:44 -0800 |
commit | 90394b2d96a3cfd42080ba179b631739575dcfcb (patch) | |
tree | 38761c4e2616e9b9cb261b3dc52fdf2b615de798 /src | |
parent | 24c6c41bd0682ddd627db48a67714ebbf2954f33 (diff) |
mesa: Clean up header file inclusion in image.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/image.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/image.h b/src/mesa/main/image.h index 023284a9fbc..005fbccbeb0 100644 --- a/src/mesa/main/image.h +++ b/src/mesa/main/image.h @@ -27,8 +27,10 @@ #define IMAGE_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; +struct gl_pixelstore_attrib; extern void _mesa_swap2( GLushort *p, GLuint n ); |