(Audio Mixer) audio_mix.c does not require stdio.h (#13441)

This change removes the inclusion of stdio.h as it's not needed in this file.
This commit is contained in:
Rob Loach 2022-01-04 07:21:45 -05:00 committed by GitHub
parent d4902b65bd
commit fb6dfd345f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <memalign.h>