glsl2: Give the path within src/mesa/ for headers instead of relying on -I.

This commit is contained in:
Aras Pranckevicius
2010-07-29 12:40:49 +03:00
committed by Eric Anholt
parent b35703df10
commit 31747155ea
9 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
#include "ir.h"
#include "main/imports.h"
#include "symbol_table.h"
#include "program/symbol_table.h"
#include "glsl_parser_extras.h"
#include "ast.h"
#include "glsl_types.h"