Commit e7ddd6af authored by David Reid's avatar David Reid

Pulse: Remove an unnecessary #include.

parent 7e7b833f
...@@ -6960,7 +6960,6 @@ static mal_result mal_device__main_loop__alsa(mal_device* pDevice) ...@@ -6960,7 +6960,6 @@ static mal_result mal_device__main_loop__alsa(mal_device* pDevice)
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#ifdef MAL_HAS_PULSEAUDIO #ifdef MAL_HAS_PULSEAUDIO
#include <pulse/pulseaudio.h> #include <pulse/pulseaudio.h>
#include <pulse/error.h>
typedef pa_mainloop* (* mal_pa_mainloop_new_proc) (); typedef pa_mainloop* (* mal_pa_mainloop_new_proc) ();
typedef void (* mal_pa_mainloop_free_proc) (pa_mainloop* m); typedef void (* mal_pa_mainloop_free_proc) (pa_mainloop* m);
......
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