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:
@@ -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"
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user