diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-12 20:02:44 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-12 20:02:44 -0800 |
commit | 2c7cf3f9c95098ef08966d19cd1990d3825fd9eb (patch) | |
tree | d05eb778de0410772b7c78bf10c0f8ca9a307e74 /src/mesa | |
parent | dffcbee8e72398e1492a1c957de788e1e87850ac (diff) |
tnl: Remove unnecessary headers from t_draw.c.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 04fa106300..9a888ce19f 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" |