aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_processing/vad/pitch_based_vad.cc')
-rw-r--r--webrtc/modules/audio_processing/vad/pitch_based_vad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_processing/vad/pitch_based_vad.cc b/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
index 39ec37e6ec..fce144de6b 100644
--- a/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
+++ b/webrtc/modules/audio_processing/vad/pitch_based_vad.cc
@@ -18,7 +18,7 @@
#include "webrtc/modules/audio_processing/vad/common.h"
#include "webrtc/modules/audio_processing/vad/noise_gmm_tables.h"
#include "webrtc/modules/audio_processing/vad/voice_gmm_tables.h"
-#include "webrtc/modules/interface/module_common_types.h"
+#include "webrtc/modules/include/module_common_types.h"
namespace webrtc {