Mesa (master): dri: Remove unnecessary headers.

Vinson Lee vlee at kemper.freedesktop.org
Sat Feb 13 07:18:40 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Feb 12 23:18:08 2010 -0800

dri: Remove unnecessary headers.

---

 src/mesa/drivers/dri/common/dri_metaops.c     |    8 --------
 src/mesa/drivers/dri/common/drirenderbuffer.c |    1 -
 src/mesa/drivers/dri/common/xmlconfig.c       |    7 -------
 3 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/mesa/drivers/dri/common/dri_metaops.c b/src/mesa/drivers/dri/common/dri_metaops.c
index c7bea07..dfb7d64 100644
--- a/src/mesa/drivers/dri/common/dri_metaops.c
+++ b/src/mesa/drivers/dri/common/dri_metaops.c
@@ -27,17 +27,9 @@
  **************************************************************************/
 
 #include "main/arrayobj.h"
-#include "main/attrib.h"
-#include "main/blend.h"
 #include "main/bufferobj.h"
-#include "main/buffers.h"
-#include "main/depth.h"
 #include "main/enable.h"
 #include "main/matrix.h"
-#include "main/macros.h"
-#include "main/polygon.h"
-#include "main/shaders.h"
-#include "main/stencil.h"
 #include "main/texstate.h"
 #include "main/varray.h"
 #include "main/viewport.h"
diff --git a/src/mesa/drivers/dri/common/drirenderbuffer.c b/src/mesa/drivers/dri/common/drirenderbuffer.c
index 3126ea8..fe38f60 100644
--- a/src/mesa/drivers/dri/common/drirenderbuffer.c
+++ b/src/mesa/drivers/dri/common/drirenderbuffer.c
@@ -1,7 +1,6 @@
 
 #include "main/mtypes.h"
 #include "main/formats.h"
-#include "main/framebuffer.h"
 #include "main/renderbuffer.h"
 #include "main/imports.h"
 #include "drirenderbuffer.h"
diff --git a/src/mesa/drivers/dri/common/xmlconfig.c b/src/mesa/drivers/dri/common/xmlconfig.c
index 46ba2ff..477259e 100644
--- a/src/mesa/drivers/dri/common/xmlconfig.c
+++ b/src/mesa/drivers/dri/common/xmlconfig.c
@@ -39,13 +39,6 @@
 #include "dri_util.h"
 #include "xmlconfig.h"
 
-/*
- * OS dependent ways of getting the name of the running program
- */
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
-#include <sys/param.h>
-#endif
-
 #undef GET_PROGRAM_NAME
 
 #if (defined(__GNU_LIBRARY__) || defined(__GLIBC__)) && !defined(__UCLIBC__)




More information about the mesa-commit mailing list