mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: Clean up header file inclusion in viewport.h.
This commit is contained in:
parent
dbd3f72662
commit
dda3ccba8c
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue