radeon/r200: forgot one somehow
authorDave Airlie <airlied@redhat.com>
Sat, 29 Oct 2011 07:15:00 +0000 (08:15 +0100)
committerDave Airlie <airlied@redhat.com>
Sat, 29 Oct 2011 07:15:27 +0000 (08:15 +0100)
drops last usage.

src/mesa/drivers/dri/radeon/radeon_common_context.h

index 1b23481..4adbbff 100644 (file)
@@ -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 */