From: Vinson Lee Date: Tue, 7 Dec 2010 08:37:48 +0000 (-0800) Subject: mesa: Clean up header file inclusion in viewport.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dda3ccba8c3e34320524d65292e98d34f03c4fa7;p=mesa.git mesa: Clean up header file inclusion in viewport.h. --- diff --git a/src/mesa/main/viewport.h b/src/mesa/main/viewport.h index ccfa37588b8..909ff92eee5 100644 --- a/src/mesa/main/viewport.h +++ b/src/mesa/main/viewport.h @@ -28,7 +28,8 @@ #define VIEWPORT_H #include "glheader.h" -#include "mtypes.h" + +struct gl_context; extern void GLAPIENTRY _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height);