mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 14:30:22 +01:00
mesa: Clean up header file inclusion in rastpos.h.
This commit is contained in:
parent
9b66305b8d
commit
bab188d22f
1 changed files with 4 additions and 1 deletions
|
|
@ -32,8 +32,11 @@
|
|||
#define RASTPOS_H
|
||||
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "compiler.h"
|
||||
#include "mfeatures.h"
|
||||
|
||||
struct _glapi_table;
|
||||
struct gl_context;
|
||||
|
||||
#if FEATURE_rastpos
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue