mesa: Clean up header file inclusion in image.h.
authorVinson Lee <vlee@vmware.com>
Tue, 9 Nov 2010 13:00:44 +0000 (05:00 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 9 Nov 2010 13:00:44 +0000 (05:00 -0800)
src/mesa/main/image.h

index 023284a..005fbcc 100644 (file)
 #define IMAGE_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
 
+struct gl_context;
+struct gl_pixelstore_attrib;
 
 extern void
 _mesa_swap2( GLushort *p, GLuint n );