From: Vinson Lee Date: Thu, 29 Jul 2010 06:16:31 +0000 (-0700) Subject: mesa: Reduce arrayobj.h header file inclusion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bff1a08d911e8a39661bb65a8ffd684b8782f5b;p=mesa.git mesa: Reduce arrayobj.h header file inclusion. Directly include mtypes.h instead of including context.h to include mtypes.h. --- diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h index 8999edc724f..fdf7e2bca46 100644 --- a/src/mesa/main/arrayobj.h +++ b/src/mesa/main/arrayobj.h @@ -28,7 +28,7 @@ #ifndef ARRAYOBJ_H #define ARRAYOBJ_H -#include "context.h" +#include "mtypes.h" /** * \file arrayobj.h