glsl2: Use stdint.h instead of inttypes.h

This commit is contained in:
Ian Romanick
2010-08-13 16:22:21 -07:00
parent 23f6017d70
commit a77a6bc008
4 changed files with 4 additions and 4 deletions

View File

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

View File

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