glsl: Clean up header file inclusion in slang_builtin.h.
Remove prog_parameter.h and slang_utility.h. Include glheader.h for GL symbols. Include mtypes.h for gl_*_result symbols.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
#ifndef SLANG_BUILTIN_H
|
||||
#define SLANG_BUILTIN_H
|
||||
|
||||
#include "program/prog_parameter.h"
|
||||
#include "slang_utility.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "slang_ir.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user