Remove an unnecessary #include.

This commit is contained in:
David Reid
2016-10-16 10:23:55 +10:00
parent 907a8fc5dc
commit 44a6be1e7d
+1 -4
View File
@@ -63,10 +63,7 @@ extern "C" {
#if !defined(MAL_NO_ALSA) && defined(__linux__) #if !defined(MAL_NO_ALSA) && defined(__linux__)
#define MAL_ENABLE_ALSA #define MAL_ENABLE_ALSA
#endif #endif
#include <pthread.h> // Unfortunate #include, but needed for pthread_t, pthread_mutex_t and pthread_cond_t types.
// Unfortunate #includes, but needed for pthread_t and sem_t types.
#include <pthread.h>
#include <semaphore.h>
#endif #endif
#ifndef MAL_NO_NULL #ifndef MAL_NO_NULL