From 5b8ed2f6d2e14303c55aeca65cdbc20791e820f6 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 10 Nov 2010 00:49:53 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in pixelstore.h. --- src/mesa/main/pixelstore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h index cdef7de2613..eb508197490 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 -- 2.30.2