summaryrefslogtreecommitdiff
path: root/webrtc/common_audio/vad/vad_gmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/common_audio/vad/vad_gmm.c')
-rw-r--r--webrtc/common_audio/vad/vad_gmm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/webrtc/common_audio/vad/vad_gmm.c b/webrtc/common_audio/vad/vad_gmm.c
index 4a01440..ddc87b6 100644
--- a/webrtc/common_audio/vad/vad_gmm.c
+++ b/webrtc/common_audio/vad/vad_gmm.c
@@ -8,10 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/common_audio/vad/vad_gmm.h"
+#include "common_audio/vad/vad_gmm.h"
-#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
-#include "webrtc/typedefs.h"
+#include "common_audio/signal_processing/include/signal_processing_library.h"
static const int32_t kCompVar = 22005;
static const int16_t kLog2Exp = 5909; // log2(exp(1)) in Q12.