[Concurrency] Remove redundant include.

Clean up an unnecesary include.

rdar://90776105
This commit is contained in:
Alastair Houghton
2022-05-06 12:03:31 +01:00
parent fc4f941185
commit a987cb9eac

View File

@@ -30,10 +30,6 @@
#include <android/log.h>
#endif
#if HAVE_PTHREAD_H
#include <pthread.h>
#endif
#if defined(_WIN32)
#include <io.h>
#endif