externals: Remove broken android-ifaddrs. (#7410)

This commit is contained in:
Steveice10 2024-02-01 06:39:13 -08:00 committed by GitHub
parent 480604ec72
commit 9f5d5c6ddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 1 additions and 676 deletions

View file

@ -17,9 +17,6 @@
#include <boost/serialization/unordered_map.hpp>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/weak_ptr.hpp>
#if defined(__ANDROID__)
#include <ifaddrs.h>
#endif
#include <httplib.h>
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/shared_memory.h"