Mesa (master): mesa: remove unneeded #includes

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 28 17:33:48 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Oct 28 11:13:21 2009 -0600

mesa: remove unneeded #includes

---

 src/mesa/shader/hash_table.c   |    4 ----
 src/mesa/shader/symbol_table.c |    5 -----
 2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/mesa/shader/hash_table.c b/src/mesa/shader/hash_table.c
index 881179f..e89a256 100644
--- a/src/mesa/shader/hash_table.c
+++ b/src/mesa/shader/hash_table.c
@@ -27,10 +27,6 @@
  *
  * \author Ian Romanick <ian.d.romanick at intel.com>
  */
-#include <stdlib.h>
-#include <string.h>
-
-#include <assert.h>
 
 #include "main/imports.h"
 #include "main/simple_list.h"
diff --git a/src/mesa/shader/symbol_table.c b/src/mesa/shader/symbol_table.c
index 73eeb61..1f6d9b8 100644
--- a/src/mesa/shader/symbol_table.c
+++ b/src/mesa/shader/symbol_table.c
@@ -20,11 +20,6 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
-#include <assert.h>
 
 #include "main/imports.h"
 #include "symbol_table.h"




More information about the mesa-commit mailing list