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_wm.h | |
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_wm.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index 53a642ee8bb..35dfa4c1176 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -38,7 +38,6 @@ #include "program/prog_instruction.h" #include "brw_context.h" #include "brw_eu.h" -#include "brw_program.h" /* A big lookup table is used to figure out which and how many * additional regs will inserted before the main payload in the WM |