remove #include <stdio.h>

This commit is contained in:
Stefano D'Angelo 2023-09-27 16:51:15 +02:00
parent c1cb51ad84
commit dbee544059

View File

@ -606,7 +606,6 @@ static inline void bw_phaser_set_amount(
BW_ASSERT_DEEP(coeffs->state >= bw_phaser_coeffs_state_init); BW_ASSERT_DEEP(coeffs->state >= bw_phaser_coeffs_state_init);
} }
#include <stdio.h>
static inline char bw_phaser_coeffs_is_valid( static inline char bw_phaser_coeffs_is_valid(
const bw_phaser_coeffs * BW_RESTRICT coeffs) { const bw_phaser_coeffs * BW_RESTRICT coeffs) {
BW_ASSERT(coeffs != NULL); BW_ASSERT(coeffs != NULL);