glsl: Include main/core.h.

Make glsl include only main/core.h from core mesa.
This commit is contained in:
Chia-I Wu
2010-08-23 17:51:42 +08:00
parent f90b5936d0
commit bfd7c9ac22
18 changed files with 16 additions and 30 deletions

View File

@@ -100,7 +100,7 @@
#include <inttypes.h>
#include "glcpp.h"
#include "main/mtypes.h"
#include "main/core.h" /* for struct gl_extensions */
#define glcpp_print(stream, str) stream = talloc_strdup_append(stream, str)
#define glcpp_printf(stream, fmt, args, ...) \

View File

@@ -29,7 +29,7 @@
#include <inttypes.h>
#include "glcpp.h"
#include "main/mtypes.h"
#include "main/core.h" /* for struct gl_extensions */
#define glcpp_print(stream, str) stream = talloc_strdup_append(stream, str)
#define glcpp_printf(stream, fmt, args, ...) \