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

Commit 75b55240 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove dead __STDC_LIMIT_MACROS.

None of our libcs need this any more.

Change-Id: I83de62b66c11ed36db0faee746cc2a68708c6fc6
parent 81fed5f3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wconversion"

// This is needed for stdint.h to define INT64_MAX in C++
#define __STDC_LIMIT_MACROS

#include <inttypes.h>

#include <android-base/stringprintf.h>