Revert "glsl2: Use stdint.h instead of inttypes.h"

This reverts commit a77a6bc008.
This commit is contained in:
José Fonseca
2010-08-14 16:01:24 +01:00
parent 8df0bea9c5
commit 9349379d1a
4 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stdint.h>
#include <inttypes.h>
#include "glcpp.h"
#include "main/mtypes.h"

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stdint.h>
#include <inttypes.h>
#include "glcpp.h"
#include "main/mtypes.h"

View File

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

View File

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