Mesa (mesa_7_7_branch): tnl: Remove unnecessary headers from t_draw.c.

Vinson Lee vlee at kemper.freedesktop.org
Wed Jan 13 04:03:18 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 2c7cf3f9c95098ef08966d19cd1990d3825fd9eb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c7cf3f9c95098ef08966d19cd1990d3825fd9eb

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan 12 20:02:44 2010 -0800

tnl: Remove unnecessary headers from t_draw.c.

---

 src/mesa/tnl/t_draw.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mesa/tnl/t_draw.c b/src/mesa/tnl/t_draw.c
index 04fa106..9a888ce 100644
--- a/src/mesa/tnl/t_draw.c
+++ b/src/mesa/tnl/t_draw.c
@@ -28,15 +28,11 @@
 #include "main/glheader.h"
 #include "main/context.h"
 #include "main/imports.h"
-#include "main/state.h"
 #include "main/mtypes.h"
 #include "main/macros.h"
 #include "main/enums.h"
 
 #include "t_context.h"
-#include "t_pipeline.h"
-#include "t_vp_build.h"
-#include "t_vertex.h"
 #include "tnl.h"
 
 




More information about the mesa-commit mailing list