mirror of https://github.com/mpv-player/mpv
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:
parent
2a23105c1b
commit
6b13d71cdc
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue