From: Dave Airlie Date: Sat, 29 Oct 2011 07:15:00 +0000 (+0100) Subject: radeon/r200: forgot one somehow X-Git-Tag: mesa-8.0-rc1~1412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09a92e376bf954603dad4a6ad9a18cce3c52b484;p=platform%2Fupstream%2Fmesa.git radeon/r200: forgot one somehow drops last usage. --- diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index 1b23481..4adbbff 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -17,7 +17,8 @@ struct radeon_context; -#include "radeon_bocs_wrapper.h" +#include "radeon_bo_gem.h" +#include "radeon_cs_gem.h" /* This union is used to avoid warnings/miscompilation with float to uint32_t casts due to strict-aliasing */