glsl: Remove unneeded headers.
authorStéphane Marchesin <marcheu@chromium.org>
Wed, 5 Oct 2011 01:03:22 +0000 (18:03 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Wed, 5 Oct 2011 01:03:22 +0000 (18:03 -0700)
src/glsl/ir_validate.cpp
src/glsl/opt_function_inlining.cpp

index 2d1c609..c387ecb 100644 (file)
@@ -33,7 +33,6 @@
  * a dereference chain.
  */
 
-#include <inttypes.h>
 #include "ir.h"
 #include "ir_hierarchical_visitor.h"
 #include "program/hash_table.h"
index 8fef358..ec8b72c 100644 (file)
@@ -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"