mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 04:10:24 +01:00
swrast: Reduce header file inclusion in s_masking.h.
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol.
This commit is contained in:
parent
562c727414
commit
01739cdda2
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
|||
#define S_MASKING_H
|
||||
|
||||
|
||||
#include "swrast.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "s_span.h"
|
||||
|
||||
|
||||
extern void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue