i965: Add forward declarations of brw_context to a few places.

These files have forward declarations for intel_context.  This makes
brw_context available in the same places without further #include
monkeying.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Chris Forbes <chrisf@ijw.co.nz>
Acked-by: Paul Berry <stereotype441@gmail.com>
Acked-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
Kenneth Graunke 2013-07-02 23:15:53 -07:00
parent a69274454b
commit 18a223d323
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
#include "main/mtypes.h"
struct brw_context;
struct intel_context;
struct gl_buffer_object;

View file

@ -45,6 +45,7 @@
extern "C" {
#endif
struct brw_context;
struct intel_context;
struct intel_screen;
struct intel_buffer_object;