diff options
author | Matt Turner <[email protected]> | 2015-11-22 15:30:59 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-11-24 10:05:33 -0800 |
commit | ecac1aab538d65f0867fd93e23d0d020c1a5d0f1 (patch) | |
tree | 0f23f6d8919a242bb00ab3d1427a784d9907e681 /src/mesa/drivers/dri/i965/brw_program.c | |
parent | 64cc7572c12fcbfb8346bdd994940a2af314342d (diff) |
i965: Push down inclusion of brw_program.h.
We were including it in headers, which then caused it to be included in
tons of places it wasn't needed.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c index f137c8735fb..0c7692e8867 100644 --- a/src/mesa/drivers/dri/i965/brw_program.c +++ b/src/mesa/drivers/dri/i965/brw_program.c @@ -41,6 +41,7 @@ #include "util/ralloc.h" #include "glsl/ir.h" +#include "brw_program.h" #include "brw_context.h" #include "brw_shader.h" #include "brw_nir.h" |