Commit 44a6be1e authored by David Reid's avatar David Reid

Remove an unnecessary #include.

parent 907a8fc5
...@@ -63,10 +63,7 @@ extern "C" { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment