| Index: webrtc/modules/audio_processing/aec/aec_rdft.c
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_rdft.c b/webrtc/modules/audio_processing/aec/aec_rdft.c
|
| index 2c3cff2df5da27f3eea7d284fe503f28fdec2fec..03efc103ea6cb72865d5c4444e22f18dbe751c6d 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_rdft.c
|
| +++ b/webrtc/modules/audio_processing/aec/aec_rdft.c
|
| @@ -23,7 +23,7 @@
|
|
|
| #include <math.h>
|
|
|
| -#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h"
|
| +#include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| // These tables used to be computed at run-time. For example, refer to:
|
|
|