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

Commit 29cd0713 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove obsolete __STDC_LIMIT_MACROS references.

None of our libcs need this any more.

Test: treehugger
Change-Id: I8a942ad6b3860633a6d722bd237a7c75482499eb
parent c72c9a6d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@
 * limitations under the License.
 */

#define __STDC_LIMIT_MACROS

#include <gtest/gtest.h>

#include <memory>
+1 −3
Original line number Diff line number Diff line
@@ -14,15 +14,13 @@
 * limitations under the License.
 */

#define __STDC_LIMIT_MACROS
#include <stdint.h>

#include <utils/String8.h>

#include <log/log.h>
#include <utils/String16.h>

#include <ctype.h>
#include <stdint.h>

#include <limits>
#include <string>
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

#define LOG_TAG "Vector_test"

#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <unistd.h>