We don't need __STDC_FORMAT_MACROS any more.
Test: treehugger Change-Id: Iada8b959f61bfa55b61d2ed4b345801ed9cea0c6
This commit is contained in:
parent
277533b7a3
commit
6225d6f3eb
1 changed files with 0 additions and 4 deletions
|
@ -18,10 +18,6 @@
|
|||
|
||||
#include <utils/StopWatch.h>
|
||||
|
||||
/* for PRId64 */
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <log/log.h>
|
||||
|
|
Loading…
Reference in a new issue