From: Emil Velikov <[email protected]> Analogous to previous commits.
Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/include/pipe/p_compiler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/include/pipe/p_compiler.h b/src/gallium/include/pipe/p_compiler.h index 832dd659d5..0d7b014958 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> -- 2.11.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
