commit | 91a073d442480d443647a005ea1a45230a7aa3a7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Feb 29 16:38:03 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 29 16:38:03 2024 +0000 |
tree | 6c9ba62c5b5608dc41793024946d2b5d429293c5 | |
parent | d29e3335628083d37528862b26ee8e81357aefe2 [diff] | |
parent | 9218876df054e3a5bf32818ecb9c62e5a2149528 [diff] |
Merge "Remove unnecessary includes" into main am: 9218876df0 Original change: https://android-review.googlesource.com/c/platform/bionic/+/2983496 Change-Id: I5d0ed4bbda78c7989cf44c2fd0d5feb58b3319d5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libc/include/android/crash_detail.h b/libc/include/android/crash_detail.h index 6744385..1889f9f 100644 --- a/libc/include/android/crash_detail.h +++ b/libc/include/android/crash_detail.h
@@ -34,8 +34,6 @@ */ #include <stddef.h> -#include <stdint.h> -#include <string.h> #include <sys/cdefs.h> __BEGIN_DECLS