i965/cfg: Include only needed headers.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Matt Turner 2013-11-30 16:39:43 -08:00
parent f4b50a1466
commit f3bce19f6c
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,6 @@
*
*/
#include "brw_fs.h"
#include "brw_cfg.h"
/** @file brw_cfg.cpp

View file

@ -25,7 +25,9 @@
*
*/
#include "brw_fs.h"
#include "brw_shader.h"
class bblock_t;
class bblock_link : public exec_node {
public: