mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
glsl: Clean up header file inclusion in slang_compile.h.
Remove imports.h. Remove slang_typeinfo.h. Remove slang_compile_operation.h. Include glheader.h for GL symbols. Include slang_utility.h for slang_atom_pool symbol.
This commit is contained in:
parent
8981fae4c3
commit
0ef5449832
1 changed files with 6 additions and 5 deletions
|
|
@ -25,13 +25,14 @@
|
|||
#if !defined SLANG_COMPILE_H
|
||||
#define SLANG_COMPILE_H
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "slang_typeinfo.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_compile_struct.h"
|
||||
#include "slang_compile_operation.h"
|
||||
#include "slang_compile_function.h"
|
||||
#include "slang_compile_struct.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
struct slang_code_object_;
|
||||
|
||||
#if defined __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue