mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
glsl: Clean up header file inclusion in slang_storage.h.
Remove slang_compile.h. Include glheader.h for GL symbols. Include slang_compile_function.h for slang_function_scope symbol. Include slang_compile_struct.h for slang_struct_scope symbol. Include slang_compile_variable.h for slang_variable_scope symbol. Include slang_typeinfo.h for slang_type_specifier symbol. Include slang_utility.h for slang_atom_pool symbol.
This commit is contained in:
parent
97590ebeb0
commit
35a27f6fce
1 changed files with 6 additions and 1 deletions
|
|
@ -25,7 +25,12 @@
|
|||
#ifndef SLANG_STORAGE_H
|
||||
#define SLANG_STORAGE_H
|
||||
|
||||
#include "slang_compile.h"
|
||||
#include "main/glheader.h"
|
||||
#include "slang_compile_function.h"
|
||||
#include "slang_compile_struct.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_typeinfo.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue