summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-01-26 13:24:07 +0000
committerEmil Velikov <[email protected]>2017-01-27 17:56:57 +0000
commite809fadb86e06956a3610e5327ca9d5cccbe4f60 (patch)
treeced93a4dd92b9cd7beb7735d3e91565897982329 /src/gallium/include
parent01e28c6cf54a9f05b3f3712348212235065b1515 (diff)
gallium: remove explicit __STDC_.*_MACROS defines
Analogous to previous commits. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_compiler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h
index 832dd659d55..0d7b0149583 100644
--- a/src/gallium/include/pipe/p_compiler.h
+++ b/src/gallium/include/pipe/p_compiler.h
@@ -60,9 +60,6 @@
* Alternative stdint.h and stdbool.h headers are supplied in include/c99 for
* systems that lack it.
*/
-#ifndef __STDC_LIMIT_MACROS
-#define __STDC_LIMIT_MACROS 1
-#endif
#include <stdint.h>
#include <stdbool.h>