mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
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:
parent
9965ee5571
commit
15c7ce867c
1 changed files with 1 additions and 3 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue