mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 00:00:25 +01:00
mesa: Clean up header file inclusion in prog_statevars.h.
This commit is contained in:
parent
aa4d311873
commit
488e994ba9
1 changed files with 3 additions and 1 deletions
|
|
@ -25,8 +25,10 @@
|
|||
#ifndef PROG_STATEVARS_H
|
||||
#define PROG_STATEVARS_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/glheader.h"
|
||||
|
||||
struct gl_context;
|
||||
struct gl_program_parameter_list;
|
||||
|
||||
/**
|
||||
* Number of STATE_* values we need to address any GL state.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue