mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 13:40:37 +02:00
glsl: Clean up header file inclusion in slang_emit.h.
Remove imports.h. Remove mtypes.h. Remove slang_compile.h. Include glheader.h for GL symbols. Include slang_vartable.h for slang_var_table symbol.
This commit is contained in:
parent
0ef5449832
commit
ff27c68ca2
1 changed files with 2 additions and 4 deletions
|
|
@ -25,11 +25,9 @@
|
|||
#ifndef SLANG_EMIT_H
|
||||
#define SLANG_EMIT_H
|
||||
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "slang_compile.h"
|
||||
#include "main/glheader.h"
|
||||
#include "slang_ir.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "slang_vartable.h"
|
||||
|
||||
|
||||
extern GLuint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue