mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 22:10:38 +02:00
glsl: Clean up header file inclusion in slang_link.h.
Remove slang_compile.h. Include mtypes.h for GLcontext symbol.
This commit is contained in:
parent
c4e99500f4
commit
babea9f1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef SLANG_LINK_H
|
||||
#define SLANG_LINK_H 1
|
||||
|
||||
#include "slang_compile.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
|
||||
extern void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue