summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-01-26 13:24:10 +0000
committerEmil Velikov <[email protected]>2017-01-27 17:56:57 +0000
commit2e076af0674671fd47ff7f0f78e3ed1a39d0b2e7 (patch)
tree4b7aaf24a077875aa2d0297862ded98955f27981 /src/mesa/x86
parent1cfe97ff0e083c71bd14caf16c58b859c551f549 (diff)
mesa: remove explicit __STDC_FORMAT_MACROS define
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/mesa/x86')
-rw-r--r--src/mesa/x86/gen_matypes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/x86/gen_matypes.c b/src/mesa/x86/gen_matypes.c
index fc06dc7ea97..5b74c2af839 100644
--- a/src/mesa/x86/gen_matypes.c
+++ b/src/mesa/x86/gen_matypes.c
@@ -32,10 +32,6 @@
* Mesa, including lighting, clipping, texture image conversion etc.
*/
-#ifndef __STDC_FORMAT_MACROS
-#define __STDC_FORMAT_MACROS
-#endif
-
#include <stdio.h>
#include <inttypes.h>