summaryrefslogtreecommitdiff
path: root/voice_engine/dtmf_inband_queue.cc
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-21 13:52:32 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-21 13:52:32 +0000
commit471ae72f18e7b23a96b245dbd508386fe139449c (patch)
treee1bbe12cd0d905770935bf11f077bd76d1809aee /voice_engine/dtmf_inband_queue.cc
parent8510750bf2847dcdca26d914974c6d51d1e311a7 (diff)
downloadwebrtc-471ae72f18e7b23a96b245dbd508386fe139449c.tar.gz
Include files from webrtc/.. paths in voice_engine/
BUG=1662 R=henrikg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1434005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4079 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/dtmf_inband_queue.cc')
-rw-r--r--voice_engine/dtmf_inband_queue.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/voice_engine/dtmf_inband_queue.cc b/voice_engine/dtmf_inband_queue.cc
index 4e11a247..e2331db1 100644
--- a/voice_engine/dtmf_inband_queue.cc
+++ b/voice_engine/dtmf_inband_queue.cc
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "dtmf_inband_queue.h"
-#include "trace.h"
+#include "webrtc/system_wrappers/interface/trace.h"
+#include "webrtc/voice_engine/dtmf_inband_queue.h"
namespace webrtc {