mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 18:50:31 +01:00
glsl: Clean up header file inclusion in slang_ir.h.
Remove imports.h and slang_compile.h. Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable symbol.
This commit is contained in:
parent
44ad729aa3
commit
5d2d5bf0c7
1 changed files with 3 additions and 3 deletions
|
|
@ -33,11 +33,11 @@
|
|||
#define SLANG_IR_H
|
||||
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "slang_compile.h"
|
||||
#include "slang_label.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "program/prog_instruction.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_label.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue