mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mesa: Clean up header file inclusion in prog_cache.h.
This commit is contained in:
parent
71af07bf40
commit
2c582dd25f
1 changed files with 2 additions and 1 deletions
|
|
@ -30,8 +30,9 @@
|
|||
#define PROG_CACHE_H
|
||||
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/glheader.h"
|
||||
|
||||
struct gl_context;
|
||||
|
||||
/** Opaque type */
|
||||
struct gl_program_cache;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue