mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
swrast: Clean up header file inclusion in ss_triangle.h.
Remove ss_context.h. Include mtypes.h for GLcontext symbol.
This commit is contained in:
parent
8829e0c3f3
commit
c7f24afcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef SS_TRIANGLE_H
|
||||
#define SS_TRIANGLE_H
|
||||
|
||||
#include "ss_context.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
|
||||
void _swsetup_trifuncs_init( GLcontext *ctx );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue