glsl: Include main/core.h.
Make glsl include only main/core.h from core mesa.
This commit is contained in:
parent
f90b5936d0
commit
bfd7c9ac22
18 changed files with 16 additions and 30 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "ast.h"
|
||||
#include "glsl_types.h"
|
||||
#include "ir.h"
|
||||
#include "main/macros.h"
|
||||
#include "main/core.h" /* for MIN2 */
|
||||
|
||||
static ir_rvalue *
|
||||
convert_component(ir_rvalue *src, const glsl_type *desired_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue