summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_program.c
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2011-08-26 13:58:41 -0700
committerChad Versace <[email protected]>2011-08-30 09:32:04 -0700
commit2f0edc60f4bd2ae5999a6afa656e3bb3f181bf0f (patch)
tree4d503100dea332c97a2110daa8f0cfebaf197bcd /src/mesa/drivers/dri/i965/brw_program.c
parent34349d4431831e8e0ccfb8c149d2178630b780dd (diff)
i965: Fix Android build by removing relative includes
Replace each occurence of #include "../glsl/*.h" with #include "glsl/*.h" Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c
index 09b5be4c96e..97bd2221a3c 100644
--- a/src/mesa/drivers/dri/i965/brw_program.c
+++ b/src/mesa/drivers/dri/i965/brw_program.c
@@ -36,7 +36,7 @@
#include "program/program.h"
#include "program/programopt.h"
#include "tnl/tnl.h"
-#include "../glsl/ralloc.h"
+#include "glsl/ralloc.h"
#include "brw_context.h"
#include "brw_wm.h"