diff --git a/libutils/binder/SharedBuffer_test.cpp b/libutils/binder/SharedBuffer_test.cpp index 1d6317ff7..26702b037 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 #include diff --git a/libutils/binder/String8.cpp b/libutils/binder/String8.cpp index 749bfcbb5..1de9e8b17 100644 --- a/libutils/binder/String8.cpp +++ b/libutils/binder/String8.cpp @@ -14,15 +14,13 @@ * limitations under the License. */ -#define __STDC_LIMIT_MACROS -#include - #include #include #include #include +#include #include #include diff --git a/libutils/binder/Vector_test.cpp b/libutils/binder/Vector_test.cpp index 6d90eaa9e..312dcf688 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 #include