diff options
author | Eric Anholt <eric@anholt.net> | 2009-10-06 17:58:32 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-06 17:58:32 -0700 |
commit | 6a716a25abc84f1c7f766fd3bfa1c2aac91e6ae7 (patch) | |
tree | 08faee35a22428d6d9a2a166badf5c5fb881e152 /src/i830_accel.c | |
parent | e9aff787a55d684e3b9c6d5ea8ac2926be952280 (diff) |
Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index bc71611b..51aa6a4a 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -45,7 +45,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "i830.h" #include "i810_reg.h" -#include "i830_debug.h" #include "i830_ring.h" #include "i915_drm.h" |