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