mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 19:20:30 +01:00
swrast: Reduce header file inclusion in s_fragprog.h.
s_fragprog.h Include mtype.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_fragprog.c Include s_context.h now that it is removed from s_fragprog.h.
This commit is contained in:
parent
7b56285487
commit
f009f177fd
2 changed files with 3 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include "main/colormac.h"
|
||||
#include "program/prog_instruction.h"
|
||||
|
||||
#include "s_context.h"
|
||||
#include "s_fragprog.h"
|
||||
#include "s_span.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
#define S_FRAGPROG_H
|
||||
|
||||
|
||||
#include "s_context.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "s_span.h"
|
||||
|
||||
|
||||
extern void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue