From 5b8ed2f6d2e14303c55aeca65cdbc20791e820f6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 10 Nov 2010 00:49:53 -0800 Subject: mesa: Clean up header file inclusion in pixelstore.h. --- src/mesa/main/pixelstore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h index cdef7de261..eb50819749 100644 --- a/src/mesa/main/pixelstore.h +++ b/src/mesa/main/pixelstore.h @@ -33,7 +33,8 @@ #include "glheader.h" -#include "mtypes.h" + +struct gl_context; extern void GLAPIENTRY -- cgit v1.2.3