Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf0da848 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Stop defining __STDC_FORMAT_MACROS.

The global build system defines this, and none of our host/target libcs
require it any more anyway.

Test: treehugger
Change-Id: Ie11f237d61fadb20004e3306a7565e351f451cc3
parent 3e492b87
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
//#define LOG_NDEBUG 0
#include <log/log.h>

#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdint.h>
#include <algorithm>