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

@@ -34,7 +34,7 @@
*/
#include <math.h>
#include "main/macros.h"
#include "main/core.h" /* for MAX2, MIN2, CLAMP */
#include "ir.h"
#include "ir_visitor.h"
#include "glsl_types.h"