glsl: Clean up header file inclusion in slang_mem.h.

slang_mem.h
Remove imports.h.
Include glheader.h for GL symbols.

slang_label.c
Include imports.h now that slang_mem.c does not include it.
This commit is contained in:
Vinson Lee
2010-08-15 22:07:04 -07:00
parent 5d2d5bf0c7
commit 97590ebeb0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
*/
#include "main/imports.h"
#include "main/mtypes.h"
#include "program/prog_instruction.h"
#include "slang_label.h"
+1 -1
View File
@@ -27,7 +27,7 @@
#define SLANG_MEM_H
#include "main/imports.h"
#include "main/glheader.h"
typedef struct slang_mempool_ slang_mempool;