glsl: Clean up header file inclusion in slang_typeinfo.h.
Remove imports.h, mtypes.h, and slang_vartable.h. Include glheader.h for GL symbols.
This commit is contained in:
@@ -25,11 +25,9 @@
|
||||
#ifndef SLANG_TYPEINFO_H
|
||||
#define SLANG_TYPEINFO_H 1
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "main/glheader.h"
|
||||
#include "slang_log.h"
|
||||
#include "slang_utility.h"
|
||||
#include "slang_vartable.h"
|
||||
|
||||
|
||||
struct slang_operation_;
|
||||
|
||||
Reference in New Issue
Block a user