summaryrefslogtreecommitdiffstats
path: root/src/glsl/opt_function_inlining.cpp
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2011-10-04 18:03:22 -0700
committerStéphane Marchesin <marcheu@chromium.org>2011-10-04 18:03:22 -0700
commitaf962e11830db02f4f33a69219155d1ddb7c04d0 (patch)
treecb8324f39650791de6a911c913aff0e0bbd15fb9 /src/glsl/opt_function_inlining.cpp
parent041ff4c731a00a0316d963456e2428146a01c709 (diff)
downloadexternal_mesa3d-af962e11830db02f4f33a69219155d1ddb7c04d0.zip
external_mesa3d-af962e11830db02f4f33a69219155d1ddb7c04d0.tar.gz
external_mesa3d-af962e11830db02f4f33a69219155d1ddb7c04d0.tar.bz2
glsl: Remove unneeded headers.
Diffstat (limited to 'src/glsl/opt_function_inlining.cpp')
-rw-r--r--src/glsl/opt_function_inlining.cpp1
1 files changed, 0 insertions, 1 deletions
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"