add some #includes to silence warnings

This commit is contained in:
Brian 2007-05-03 09:50:08 -06:00
parent 3cddba688d
commit 121533defb
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@
#include "brw_state.h"
#include "brw_defines.h"
#include "brw_util.h"
#include "macros.h"
#include "enums.h"
static void upload_cc_vp( struct brw_context *brw )

View file

@ -46,7 +46,7 @@
#include "tnl/tnl.h"
#include "vbo/vbo_context.h"
#include "swrast/swrast.h"