summaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/vad/gmm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_processing/vad/gmm.cc')
-rw-r--r--webrtc/modules/audio_processing/vad/gmm.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/webrtc/modules/audio_processing/vad/gmm.cc b/webrtc/modules/audio_processing/vad/gmm.cc
index 9651975..3b8764c 100644
--- a/webrtc/modules/audio_processing/vad/gmm.cc
+++ b/webrtc/modules/audio_processing/vad/gmm.cc
@@ -8,12 +8,9 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/audio_processing/vad/gmm.h"
+#include "modules/audio_processing/vad/gmm.h"
#include <math.h>
-#include <stdlib.h>
-
-#include "webrtc/typedefs.h"
namespace webrtc {