[libc++] Remove Android header no longer in use (#124691)

929f159777bec47c80a3b302f190261d426e1c3b removed the use of
`__ANDROID_API__`
This commit is contained in:
Brad Smith 2025-01-28 04:31:07 -05:00 committed by GitHub
parent cfc8ef0ad8
commit 9c92824dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,6 @@
#include "include/config_elast.h"
#if defined(__ANDROID__)
# include <android/api-level.h>
#endif
#if defined(_LIBCPP_WIN32API)
# include <windows.h>
# include <winerror.h>