projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c107055
)
nir: move stdio.h inclusion before extern C
author
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 17 Sep 2015 15:03:48 +0000
(16:03 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 21 Sep 2015 16:01:32 +0000
(17:01 +0100)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Gottfried Haider <gottfried.haider@gmail.com>
Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
src/glsl/nir/nir_types.h
patch
|
blob
|
history
diff --git
a/src/glsl/nir/nir_types.h
b/src/glsl/nir/nir_types.h
index a8ff8f2c606b2b5de951a7d32ee29b47914d85bb..bf2faf496c4d6b89fac4764cef85e08370d6b530 100644
(file)
--- a/
src/glsl/nir/nir_types.h
+++ b/
src/glsl/nir/nir_types.h
@@
-27,6
+27,8
@@
#pragma once
+#include <stdio.h>
+
/* C wrapper around glsl_types.h */
#include "../glsl_types.h"
@@
-37,8
+39,6
@@
extern "C" {
struct glsl_type;
#endif
-#include <stdio.h>
-
void glsl_print_type(const struct glsl_type *type, FILE *fp);
void glsl_print_struct(const struct glsl_type *type, FILE *fp);