mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 22:20:38 +02:00
mesa: Clean up header file inclusion in nvfragparse.h.
This commit is contained in:
parent
7d8c067460
commit
bf8242684a
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,10 @@
|
|||
#ifndef NVFRAGPARSE_H
|
||||
#define NVFRAGPARSE_H
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/glheader.h"
|
||||
|
||||
struct gl_context;
|
||||
struct gl_fragment_program;
|
||||
|
||||
extern void
|
||||
_mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue