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>
This commit is contained in:
commit
94a060ada0
3 changed files with 1 additions and 6 deletions
|
@ -14,8 +14,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define __STDC_LIMIT_MACROS
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <memory>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#define LOG_TAG "Vector_test"
|
||||
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue