commit | 5f177e374603003f79233be6cbc08b10f22807fd | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Feb 28 17:26:23 2024 -0800 |
committer | Florian Mayer <fmayer@google.com> | Wed Feb 28 17:28:54 2024 -0800 |
tree | 2bf0435123a84196baab1088462c30ad8bb6001d | |
parent | f9c297d34474d8264dae89a826985f0fd0969c8c [diff] |
Remove unnecessary includes Test: debuggerd_test, CtsCrashDetailHostTestCases Change-Id: Iceb0458d953f23aff13576a45c2f6a616c40c1a5
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