audio: remove unused ring.h includes

From what I can tell, this has been copy-pasted from times when
ao_coreaudio still used its own ringbuffer, instead of the common code.
This commit is contained in:
wm4 2020-08-27 11:35:28 +02:00
parent 2a23105c1b
commit 6b13d71cdc
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@
#include "audio/format.h"
#include "osdep/timer.h"
#include "options/m_option.h"
#include "misc/ring.h"
#include "common/msg.h"
#include "ao_coreaudio_utils.h"
#include "ao_coreaudio_chmap.h"

View File

@ -23,7 +23,6 @@
#include "audio/format.h"
#include "osdep/timer.h"
#include "options/m_option.h"
#include "misc/ring.h"
#include "common/msg.h"
#include "ao_coreaudio_chmap.h"
#include "ao_coreaudio_properties.h"