mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
mesa: remove explicit __STDC_FORMAT_MACROS define
Analogous to previous commits. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
1cfe97ff0e
commit
2e076af067
1 changed files with 0 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue