From: Vinson Lee Date: Thu, 30 Dec 2010 08:46:13 +0000 (-0800) Subject: tnl: Clean up header file inclusion in tnl.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9db97618744a585a808bd9d51943cd6532b4da4e;p=mesa.git tnl: Clean up header file inclusion in tnl.h. --- diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index 702efdc5cca..24a0c725008 100644 --- a/src/mesa/tnl/tnl.h +++ b/src/mesa/tnl/tnl.h @@ -28,8 +28,11 @@ #ifndef _TNL_H #define _TNL_H -#include "main/mtypes.h" +#include "main/glheader.h" +struct gl_client_array; +struct gl_context; +struct gl_program; /* These are the public-access functions exported from tnl. (A few