From 44a6be1e7d919005f8172b669e278e64ce645451 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 16 Oct 2016 10:23:55 +1000 Subject: [PATCH] Remove an unnecessary #include. --- mini_al.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mini_al.h b/mini_al.h index 1c448101..67a53d46 100644 --- a/mini_al.h +++ b/mini_al.h @@ -63,10 +63,7 @@ extern "C" { #if !defined(MAL_NO_ALSA) && defined(__linux__) #define MAL_ENABLE_ALSA #endif - - // Unfortunate #includes, but needed for pthread_t and sem_t types. - #include - #include + #include // Unfortunate #include, but needed for pthread_t, pthread_mutex_t and pthread_cond_t types. #endif #ifndef MAL_NO_NULL