mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
glsl: Clean up header file inclusion in slang_label.h.
Move mtypes.h and prog_instruction.h to slang_label.c. Remove imports.h. Include glheader.h from GL symbols.
This commit is contained in:
parent
6dfcff6b05
commit
c4e99500f4
2 changed files with 4 additions and 3 deletions
|
|
@ -7,6 +7,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "program/prog_instruction.h"
|
||||
#include "slang_label.h"
|
||||
#include "slang_mem.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
#ifndef SLANG_LABEL_H
|
||||
#define SLANG_LABEL_H 1
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "program/prog_instruction.h"
|
||||
#include "main/glheader.h"
|
||||
|
||||
struct gl_program;
|
||||
|
||||
struct slang_label_
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue