summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-06-29 18:18:53 -0700
committerMatt Turner <mattst88@gmail.com>2014-07-05 22:42:30 -0700
commit0db30fcf8935fab2465a63be56fd317e14fdf7c9 (patch)
tree1f9bca04ff6961a1bedd1708881dd1faef0ea95f /src/mesa/drivers/dri/i965/brw_fs_live_variables.h
parent857c06236cf8086566f05e627856dcf8421e2292 (diff)
downloadexternal_mesa3d-0db30fcf8935fab2465a63be56fd317e14fdf7c9.zip
external_mesa3d-0db30fcf8935fab2465a63be56fd317e14fdf7c9.tar.gz
external_mesa3d-0db30fcf8935fab2465a63be56fd317e14fdf7c9.tar.bz2
i965/cfg: Make cfg_t usable from C.
Acked-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_live_variables.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs_live_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_live_variables.h b/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
index 13c3eb4..6cc8a98 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
+++ b/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
@@ -28,7 +28,7 @@
#include "brw_fs.h"
#include "main/bitset.h"
-class cfg_t;
+struct cfg_t;
namespace brw {