| Index: webrtc/modules/audio_processing/vad/standalone_vad.cc
|
| diff --git a/webrtc/modules/audio_processing/vad/standalone_vad.cc b/webrtc/modules/audio_processing/vad/standalone_vad.cc
|
| index 468b8ff3f02eb1eed4b5b113d2e9bc2c07d335eb..1209526a92e6268e43ce6c66c8214b3be66137d9 100644
|
| --- a/webrtc/modules/audio_processing/vad/standalone_vad.cc
|
| +++ b/webrtc/modules/audio_processing/vad/standalone_vad.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include <assert.h>
|
|
|
| -#include "webrtc/modules/interface/module_common_types.h"
|
| -#include "webrtc/modules/utility/interface/audio_frame_operations.h"
|
| +#include "webrtc/modules/include/module_common_types.h"
|
| +#include "webrtc/modules/utility/include/audio_frame_operations.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
|
|