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:
Vinson Lee 2010-08-15 00:59:34 -07:00
parent 6dfcff6b05
commit c4e99500f4
2 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,8 @@
*/
#include "main/mtypes.h"
#include "program/prog_instruction.h"
#include "slang_label.h"
#include "slang_mem.h"

View file

@ -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_
{