summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-10-29 08:15:00 +0100
committerDave Airlie <airlied@redhat.com>2011-10-29 08:15:27 +0100
commit09a92e376bf954603dad4a6ad9a18cce3c52b484 (patch)
treeff29ffe91cb9e0bab603e5d051e28013b868c009
parentb490fa017231a9ed8f6751bb0b41347d8f7bb191 (diff)
radeon/r200: forgot one somehow
drops last usage.
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h3
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 */