| Index: webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| index 21911dd058faba78962414702e6e62a09f96ae50..ec1cdc6ec3c533296caef8316a05cd4b13ec5fba 100644
|
| --- a/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| +++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
|
| @@ -26,7 +26,7 @@
|
| #include "webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h"
|
| #include "webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h"
|
| #include "webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h"
|
| -#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
|
|
| // Declare function pointers.
|
| FilterMaLoopFix WebRtcIsacfix_FilterMaLoopFix;
|
|
|