summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_cfg.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-30 16:39:43 -0800
committerMatt Turner <mattst88@gmail.com>2013-12-04 20:05:42 -0800
commitf3bce19f6c85e2b38c5562e6f4f9d71521fa369f (patch)
tree597a344fb4f8e540ac5e8838d254e9768c223d5e /src/mesa/drivers/dri/i965/brw_cfg.h
parentf4b50a14667879187d9d263b50bb6b0620bf1e29 (diff)
downloadexternal_mesa3d-f3bce19f6c85e2b38c5562e6f4f9d71521fa369f.tar.gz
external_mesa3d-f3bce19f6c85e2b38c5562e6f4f9d71521fa369f.tar.bz2
external_mesa3d-f3bce19f6c85e2b38c5562e6f4f9d71521fa369f.zip
i965/cfg: Include only needed headers.
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_cfg.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_cfg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_cfg.h b/src/mesa/drivers/dri/i965/brw_cfg.h
index ad54f86988..f6b793445c 100644
--- a/src/mesa/drivers/dri/i965/brw_cfg.h
+++ b/src/mesa/drivers/dri/i965/brw_cfg.h
@@ -25,7 +25,9 @@
*
*/
-#include "brw_fs.h"
+#include "brw_shader.h"
+
+class bblock_t;
class bblock_link : public exec_node {
public: