projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0108d
)
i965/cfg: Protect brw_cfg.h from multiple inclusion.
author
Matt Turner
<mattst88@gmail.com>
Wed, 19 Feb 2014 22:47:57 +0000
(14:47 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Thu, 15 May 2014 22:45:39 +0000
(15:45 -0700)
Acked-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_cfg.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_cfg.h
b/src/mesa/drivers/dri/i965/brw_cfg.h
index 7bd3e2442f175b493e65340b0499068287c24bee..5911107f1757f9905479f3156658cf66b9eda350 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_cfg.h
+++ b/
src/mesa/drivers/dri/i965/brw_cfg.h
@@
-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 */