diff options
Diffstat (limited to 'drivers/opus/silk/float/energy_FLP.c')
-rw-r--r-- | drivers/opus/silk/float/energy_FLP.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/opus/silk/float/energy_FLP.c b/drivers/opus/silk/float/energy_FLP.c index d441526df3..2ea3e1785a 100644 --- a/drivers/opus/silk/float/energy_FLP.c +++ b/drivers/opus/silk/float/energy_FLP.c @@ -26,10 +26,10 @@ POSSIBILITY OF SUCH DAMAGE. ***********************************************************************/ #ifdef OPUS_HAVE_CONFIG_H -#include "opus_config.h" +#include "opus/opus_config.h" #endif -#include "SigProc_FLP.h" +#include "opus/silk/float/SigProc_FLP.h" /* sum of squares of a silk_float array, with result as double */ double silk_energy_FLP( |