Module: Mesa Branch: master Commit: a2a5ba5145e9e86470d2a2fa956677c6bc8c9597 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2a5ba5145e9e86470d2a2fa956677c6bc8c9597
Author: Thomas Hellstrom <[email protected]> Date: Mon Jul 4 09:24:19 2011 +0200 xa-vmwgfx: Remove unnecessary include Signed-off-by: Thomas Hellstrom <[email protected]> --- src/gallium/targets/xa-vmwgfx/vmw_target.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/targets/xa-vmwgfx/vmw_target.c b/src/gallium/targets/xa-vmwgfx/vmw_target.c index f4a49d9..15089d6 100644 --- a/src/gallium/targets/xa-vmwgfx/vmw_target.c +++ b/src/gallium/targets/xa-vmwgfx/vmw_target.c @@ -3,7 +3,6 @@ #include "state_tracker/drm_driver.h" #include "svga/drm/svga_drm_public.h" #include "svga/svga_public.h" -#include "xa_tracker.h" static struct pipe_screen * create_screen(int fd) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
