Mesa (master): r600g: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Fri Sep 17 19:41:11 UTC 2010


Module: Mesa
Branch: master
Commit: 36033a6446cf2990c0b81a8f971e86a6cd4c8d6e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=36033a6446cf2990c0b81a8f971e86a6cd4c8d6e

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Sep 17 12:40:54 2010 -0700

r600g: Remove unnecessary headers.

---

 src/gallium/winsys/r600/drm/r600_drm.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/winsys/r600/drm/r600_drm.c b/src/gallium/winsys/r600/drm/r600_drm.c
index bbf53fc..7a1a762 100644
--- a/src/gallium/winsys/r600/drm/r600_drm.c
+++ b/src/gallium/winsys/r600/drm/r600_drm.c
@@ -29,10 +29,7 @@
 #include "util/u_inlines.h"
 #include "util/u_debug.h"
 #include "radeon_priv.h"
-#include "r600_screen.h"
-#include "r600_resource.h"
 #include "r600_drm_public.h"
-#include "state_tracker/drm_driver.h"
 
 struct radeon *r600_drm_winsys_create(int drmfd)
 {




More information about the mesa-commit mailing list