diff options
author | Dave Airlie <[email protected]> | 2009-02-12 23:52:51 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-12 23:52:51 +1000 |
commit | dc8a707c672918b88dd4135930bef60ed148d8ce (patch) | |
tree | d26d8a49ae9202b389e6cfa690166d15418c2b7f /src/mesa/drivers/dri/r300/r300_context.h | |
parent | 8cb16e6daff40bbfd7b63a43da72862226a4a164 (diff) |
radeon/r200/r300: make build with out libdrm_radeon installed for now
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h index 0be3657249e..6d3472722da 100644 --- a/src/mesa/drivers/dri/r300/r300_context.h +++ b/src/mesa/drivers/dri/r300/r300_context.h @@ -43,7 +43,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "dri_util.h" #include "texmem.h" #include "radeon_common.h" -#include "radeon_bo.h" #include "main/macros.h" #include "main/mtypes.h" |