glsl: Remove unneeded headers.

This commit is contained in:
Stéphane Marchesin
2011-10-04 18:03:22 -07:00
parent 041ff4c731
commit af962e1183
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
* a dereference chain. * a dereference chain.
*/ */
#include <inttypes.h>
#include "ir.h" #include "ir.h"
#include "ir_hierarchical_visitor.h" #include "ir_hierarchical_visitor.h"
#include "program/hash_table.h" #include "program/hash_table.h"

View File

@@ -27,7 +27,6 @@
* Replaces calls to functions with the body of the function. * Replaces calls to functions with the body of the function.
*/ */
#include <inttypes.h>
#include "ir.h" #include "ir.h"
#include "ir_visitor.h" #include "ir_visitor.h"
#include "ir_function_inlining.h" #include "ir_function_inlining.h"