mesa: Clean up header file inclusion in viewport.h.
authorVinson Lee <vlee@vmware.com>
Tue, 7 Dec 2010 08:37:48 +0000 (00:37 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 7 Dec 2010 08:37:48 +0000 (00:37 -0800)
src/mesa/main/viewport.h

index ccfa37588b8059fb9782cdb071e44a1a0e25bf8e..909ff92eee549c4852bf8c49c22fccdbda028c34 100644 (file)
@@ -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);