Mesa (master): intel: remove old #includes

Brian Paul brianp at kemper.freedesktop.org
Mon Jan 26 19:44:29 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jan 26 12:37:14 2009 -0700

intel: remove old #includes

---

 src/mesa/drivers/dri/intel/intel_context.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index 404abb7..0d9487b 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -29,8 +29,6 @@
 #include "main/glheader.h"
 #include "main/context.h"
 #include "main/extensions.h"
-//#include "main/matrix.h"
-//#include "main/simple_list.h"
 #include "main/framebuffer.h"
 #include "main/imports.h"
 #include "main/points.h"
@@ -38,21 +36,14 @@
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"
 #include "tnl/tnl.h"
-
-//#include "tnl/t_pipeline.h"
-//#include "tnl/t_vertex.h"
-
 #include "drivers/common/driverfuncs.h"
 
-#include "intel_screen.h"
-
 #include "i830_dri.h"
 
 #include "intel_chipset.h"
 #include "intel_buffers.h"
 #include "intel_tex.h"
 #include "intel_batchbuffer.h"
-//#include "intel_blit.h"
 #include "intel_clear.h"
 #include "intel_extensions.h"
 #include "intel_pixel.h"
@@ -61,6 +52,7 @@
 #include "intel_fbo.h"
 #include "intel_decode.h"
 #include "intel_bufmgr.h"
+#include "intel_screen.h"
 #include "intel_swapbuffers.h"
 
 #include "drirenderbuffer.h"




More information about the mesa-commit mailing list