mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
i965/cfg: Include only needed headers.
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
f4b50a1466
commit
f3bce19f6c
2 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue