From e5c128379a7233200acc156b0a48ac669d419055 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 29 Jul 2010 18:03:20 -0700 Subject: [PATCH] mesa: Reduce bufferobj.h header file inclusion. Directly include mtypes.h instead of including context.h to include mtypes.h. --- src/mesa/main/bufferobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index 912529cfdf9..f234d06c6cc 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -29,7 +29,7 @@ #define BUFFEROBJ_H -#include "context.h" +#include "mtypes.h" /* -- 2.30.2