move header inclusion in bw_env_follow as in other modules
This commit is contained in:
parent
84c3a7d1cd
commit
2a482b77b0
@ -144,12 +144,12 @@ static inline float bw_env_follow_get_y_z1(const bw_env_follow_state *BW_RESTRIC
|
|||||||
|
|
||||||
/*** Implementation ***/
|
/*** Implementation ***/
|
||||||
|
|
||||||
#include <bw_math.h>
|
|
||||||
#include <bw_one_pole.h>
|
|
||||||
|
|
||||||
/* WARNING: This part of the file is not part of the public API. Its content may
|
/* WARNING: This part of the file is not part of the public API. Its content may
|
||||||
* change at any time in future versions. Please, do not use it directly. */
|
* change at any time in future versions. Please, do not use it directly. */
|
||||||
|
|
||||||
|
#include <bw_math.h>
|
||||||
|
#include <bw_one_pole.h>
|
||||||
|
|
||||||
struct _bw_env_follow_coeffs {
|
struct _bw_env_follow_coeffs {
|
||||||
// Sub-components
|
// Sub-components
|
||||||
bw_one_pole_coeffs one_pole_coeffs;
|
bw_one_pole_coeffs one_pole_coeffs;
|
||||||
|
Loading…
Reference in New Issue
Block a user