diff options
author | Brian Paul <[email protected]> | 2008-09-18 15:17:05 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-18 15:17:05 -0600 |
commit | ecadb51bbcb972a79f3ed79e65a7986b9396e757 (patch) | |
tree | 8cb4649334166bb5104127b4c1b5abddd3ea6907 /src/mesa/drivers/dri/i965/brw_util.h | |
parent | 374e7fd6cc95d3d91629a6e1c951d77e8a29c31c (diff) |
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_util.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_util.h b/src/mesa/drivers/dri/i965/brw_util.h index bd6cc0a2682..33e7cd87e42 100644 --- a/src/mesa/drivers/dri/i965/brw_util.h +++ b/src/mesa/drivers/dri/i965/brw_util.h @@ -33,7 +33,7 @@ #ifndef BRW_UTIL_H #define BRW_UTIL_H -#include "mtypes.h" +#include "main/mtypes.h" extern GLuint brw_count_bits( GLuint val ); extern GLuint brw_parameter_list_state_flags(struct gl_program_parameter_list *paramList); |