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 2d1c6097c57d0e0292489a58109cada94575022c..c387ecbcafd7434f7abeb96fc2c74d81bee863f5 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 8fef358cc97b102c68d007bbdc5dcf348d632d69..ec8b72c632fdf53f92ecd9c894a3918ec0833c0a 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"