mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
glsl: Clean up header file inclusion in slang_builtin.h.
Remove prog_parameter.h and slang_utility.h. Include glheader.h for GL symbols. Include mtypes.h for gl_*_result symbols.
This commit is contained in:
parent
71a6dea0f5
commit
3c9b00e6e8
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
|||
#ifndef SLANG_BUILTIN_H
|
||||
#define SLANG_BUILTIN_H
|
||||
|
||||
#include "program/prog_parameter.h"
|
||||
#include "slang_utility.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "slang_ir.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue