i965/cfg: Protect brw_cfg.h from multiple inclusion.
Acked-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef BRW_CFG_H
|
||||
#define BRW_CFG_H
|
||||
|
||||
#include "brw_shader.h"
|
||||
|
||||
class bblock_t;
|
||||
@@ -89,3 +93,5 @@ public:
|
||||
bblock_t **blocks;
|
||||
int num_blocks;
|
||||
};
|
||||
|
||||
#endif /* BRW_CFG_H */
|
||||
|
||||
Reference in New Issue
Block a user