r300g: Remove unnecessary header.
authorVinson Lee <vlee@vmware.com>
Tue, 30 Mar 2010 05:11:37 +0000 (22:11 -0700)
committerVinson Lee <vlee@vmware.com>
Tue, 30 Mar 2010 05:11:37 +0000 (22:11 -0700)
src/gallium/drivers/r300/r300_tgsi_to_rc.c

index 3f88a2b..3b3802e 100644 (file)
@@ -30,8 +30,6 @@
 #include "tgsi/tgsi_scan.h"
 #include "tgsi/tgsi_util.h"
 
-#include "util/u_debug.h"
-
 static unsigned translate_opcode(unsigned opcode)
 {
     switch(opcode) {