mesa: Clean up header file inclusion in viewport.h.

This commit is contained in:
Vinson Lee 2010-12-07 00:37:48 -08:00
parent dbd3f72662
commit dda3ccba8c

View 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);