i965/cfg: Include only needed headers.
authorMatt Turner <mattst88@gmail.com>
Sun, 1 Dec 2013 00:39:43 +0000 (16:39 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 5 Dec 2013 04:05:42 +0000 (20:05 -0800)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_cfg.cpp
src/mesa/drivers/dri/i965/brw_cfg.h

index 57b3e8945082af4f4de108c439ce734517d44b79..0bd3ce3bdf5a151ddf820fa0e0fbe82ba0ce9d68 100644 (file)
@@ -25,7 +25,6 @@
  *
  */
 
-#include "brw_fs.h"
 #include "brw_cfg.h"
 
 /** @file brw_cfg.cpp
index ad54f869883140102c09c85a0d2e75d61a988395..f6b793445c6150a797e7f547cf6132428a7d065f 100644 (file)
@@ -25,7 +25,9 @@
  *
  */
 
-#include "brw_fs.h"
+#include "brw_shader.h"
+
+class bblock_t;
 
 class bblock_link : public exec_node {
 public: