mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Drop unused mach time headers
Now that we're no longer special-casing clock usage for MacOS, we're not referencing anything defined in these headers.
This commit is contained in:
parent
eca4d8ef6a
commit
d36146009f
1 changed files with 0 additions and 5 deletions
|
|
@ -38,11 +38,6 @@
|
|||
#include <sys/utsname.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef __MACH__
|
||||
#include <mach/clock.h>
|
||||
#include <mach/mach.h>
|
||||
#include <mach/mach_time.h>
|
||||
#endif
|
||||
#if HAVE_DECL_GETIFADDRS
|
||||
#include <ifaddrs.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue