mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 01:50:40 +01:00
swrast: Clean up header file inclusion in s_alpha.h.
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol.
This commit is contained in:
parent
1e46de3a83
commit
1bc1c669b2
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@
|
|||
#define S_ALPHA_H
|
||||
|
||||
|
||||
#include "s_context.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "s_span.h"
|
||||
|
||||
|
||||
extern GLint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue