commit | 94a060ada02aea7d16dd160e2e7fd9ee03e14bcc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 09 19:58:53 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 09 19:58:53 2024 +0000 |
tree | 44ca606ba56b4a6901f978d6673b857f8887fac4 | |
parent | de0c8b2425f9a2160e884036663959985c1bd4f2 [diff] | |
parent | 0bd010d9ae6b06aaf535838577693576d7eb8ff4 [diff] |
Merge "Remove obsolete __STDC_LIMIT_MACROS references." into main am: 0bd010d9ae Original change: https://android-review.googlesource.com/c/platform/system/core/+/2955864 Change-Id: Ie8ab57eb4c3bd82a433e2bccef46e53e003a7f01 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libutils/binder/SharedBuffer_test.cpp b/libutils/binder/SharedBuffer_test.cpp index 1d6317f..26702b0 100644 --- a/libutils/binder/SharedBuffer_test.cpp +++ b/libutils/binder/SharedBuffer_test.cpp
@@ -14,8 +14,6 @@ * limitations under the License. */ -#define __STDC_LIMIT_MACROS - #include <gtest/gtest.h> #include <memory>
diff --git a/libutils/binder/String8.cpp b/libutils/binder/String8.cpp index 749bfcb..1de9e8b 100644 --- a/libutils/binder/String8.cpp +++ b/libutils/binder/String8.cpp
@@ -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>
diff --git a/libutils/binder/Vector_test.cpp b/libutils/binder/Vector_test.cpp index 6d90eaa..312dcf6 100644 --- a/libutils/binder/Vector_test.cpp +++ b/libutils/binder/Vector_test.cpp
@@ -16,7 +16,6 @@ #define LOG_TAG "Vector_test" -#define __STDC_LIMIT_MACROS #include <stdint.h> #include <unistd.h>