summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_cmdbuf.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-12 22:48:18 +1000
committerDave Airlie <airlied@redhat.com>2009-02-12 22:48:18 +1000
commit8cb16e6daff40bbfd7b63a43da72862226a4a164 (patch)
treebe948532dd79a75eb4e3be4698f896dd9c565c54 /src/mesa/drivers/dri/r200/r200_cmdbuf.c
parent23d3559bd4ece1fcab5513ebdaa38600d6654374 (diff)
r200/r300: get up to speed on renamed files
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_cmdbuf.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_cmdbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_cmdbuf.c b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
index aa64232a93..cb1bd8be95 100644
--- a/src/mesa/drivers/dri/r200/r200_cmdbuf.c
+++ b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
@@ -38,9 +38,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "swrast/swrast.h"
#include "main/simple_list.h"
-#include "radeon_cs.h"
+#include "radeon_common.h"
#include "r200_context.h"
-#include "common_cmdbuf.h"
#include "r200_state.h"
#include "r200_ioctl.h"
#include "r200_tcl.h"