diff options
author | Dave Airlie <[email protected]> | 2011-10-29 08:15:00 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-10-29 08:15:27 +0100 |
commit | 09a92e376bf954603dad4a6ad9a18cce3c52b484 (patch) | |
tree | ff29ffe91cb9e0bab603e5d051e28013b868c009 /src/mesa/drivers | |
parent | b490fa017231a9ed8f6751bb0b41347d8f7bb191 (diff) |
radeon/r200: forgot one somehow
drops last usage.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index 1b2348105cb..4adbbff6fc3 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 */ |