i965/cfg: Include only needed headers.
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "brw_fs.h"
|
||||
#include "brw_cfg.h"
|
||||
|
||||
/** @file brw_cfg.cpp
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "brw_fs.h"
|
||||
#include "brw_shader.h"
|
||||
|
||||
class bblock_t;
|
||||
|
||||
class bblock_link : public exec_node {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user