aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-29 15:57:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-29 15:57:14 +0000
commit9218876df054e3a5bf32818ecb9c62e5a2149528 (patch)
treef0487ec063ae78605dcf52e2bf91d13697956554
parent2215ad406b253f12e270cdd0876e19e9df2aa6d4 (diff)
parent5f177e374603003f79233be6cbc08b10f22807fd (diff)
downloadbionic-9218876df054e3a5bf32818ecb9c62e5a2149528.tar.gz
Merge "Remove unnecessary includes" into main
-rw-r--r--libc/include/android/crash_detail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/include/android/crash_detail.h b/libc/include/android/crash_detail.h
index 6744385ba..1889f9f41 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