mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-17 04:10:24 +01:00
swrast: Clean up header file inclusion in s_atifragshader.h.
s_atifragshader.h Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_atifragshader.c Include s_context.h for SWcontext symbol.
This commit is contained in:
parent
1bc1c669b2
commit
12e8e5ee95
2 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "main/macros.h"
|
||||
#include "main/atifragshader.h"
|
||||
#include "swrast/s_atifragshader.h"
|
||||
#include "swrast/s_context.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
#define S_ATIFRAGSHADER_H
|
||||
|
||||
|
||||
#include "s_context.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "s_span.h"
|
||||
|
||||
|
||||
extern void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue