Mesa (master): glsl: Remove unneeded headers.

Stephane Marchesin marcheu at kemper.freedesktop.org
Wed Oct 5 01:06:21 UTC 2011


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

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Tue Oct  4 18:03:22 2011 -0700

glsl: Remove unneeded headers.

---

 src/glsl/ir_validate.cpp           |    1 -
 src/glsl/opt_function_inlining.cpp |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/glsl/ir_validate.cpp b/src/glsl/ir_validate.cpp
index 2d1c609..c387ecb 100644
--- a/src/glsl/ir_validate.cpp
+++ b/src/glsl/ir_validate.cpp
@@ -33,7 +33,6 @@
  * a dereference chain.
  */
 
-#include <inttypes.h>
 #include "ir.h"
 #include "ir_hierarchical_visitor.h"
 #include "program/hash_table.h"
diff --git a/src/glsl/opt_function_inlining.cpp b/src/glsl/opt_function_inlining.cpp
index 8fef358..ec8b72c 100644
--- a/src/glsl/opt_function_inlining.cpp
+++ b/src/glsl/opt_function_inlining.cpp
@@ -27,7 +27,6 @@
  * Replaces calls to functions with the body of the function.
  */
 
-#include <inttypes.h>
 #include "ir.h"
 #include "ir_visitor.h"
 #include "ir_function_inlining.h"




More information about the mesa-commit mailing list