summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf.c
diff options
context:
space:
mode:
authorChad Versace <chad@chad-versace.us>2011-08-26 13:58:41 -0700
committerChad Versace <chad@chad-versace.us>2011-08-30 09:32:04 -0700
commit2f0edc60f4bd2ae5999a6afa656e3bb3f181bf0f (patch)
tree4d503100dea332c97a2110daa8f0cfebaf197bcd /src/mesa/drivers/dri/i965/brw_sf.c
parent34349d4431831e8e0ccfb8c149d2178630b780dd (diff)
downloadexternal_mesa3d-2f0edc60f4bd2ae5999a6afa656e3bb3f181bf0f.zip
external_mesa3d-2f0edc60f4bd2ae5999a6afa656e3bb3f181bf0f.tar.gz
external_mesa3d-2f0edc60f4bd2ae5999a6afa656e3bb3f181bf0f.tar.bz2
i965: Fix Android build by removing relative includes
Replace each occurence of #include "../glsl/*.h" with #include "glsl/*.h" Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Chad Versace <chad@chad-versace.us>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_sf.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_sf.c b/src/mesa/drivers/dri/i965/brw_sf.c
index fca30a7..1c149db 100644
--- a/src/mesa/drivers/dri/i965/brw_sf.c
+++ b/src/mesa/drivers/dri/i965/brw_sf.c
@@ -43,7 +43,7 @@
#include "brw_sf.h"
#include "brw_state.h"
-#include "../glsl/ralloc.h"
+#include "glsl/ralloc.h"
static void compile_sf_prog( struct brw_context *brw,
struct brw_sf_prog_key *key )