OSDN Git Service

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 ccfa375..909ff92 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);