summaryrefslogtreecommitdiff
path: root/voice_engine/voe_rtp_rtcp_impl.h
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/voe_rtp_rtcp_impl.h
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/voe_rtp_rtcp_impl.h')
-rw-r--r--voice_engine/voe_rtp_rtcp_impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/voice_engine/voe_rtp_rtcp_impl.h b/voice_engine/voe_rtp_rtcp_impl.h
index 9c0392b6..a9e66fd3 100644
--- a/voice_engine/voe_rtp_rtcp_impl.h
+++ b/voice_engine/voe_rtp_rtcp_impl.h
@@ -11,9 +11,9 @@
#ifndef WEBRTC_VOICE_ENGINE_VOE_RTP_RTCP_IMPL_H
#define WEBRTC_VOICE_ENGINE_VOE_RTP_RTCP_IMPL_H
-#include "voe_rtp_rtcp.h"
+#include "webrtc/voice_engine/include/voe_rtp_rtcp.h"
-#include "shared_data.h"
+#include "webrtc/voice_engine/shared_data.h"
namespace webrtc {
@@ -124,4 +124,3 @@ private:
} // namespace webrtc
#endif // WEBRTC_VOICE_ENGINE_VOE_RTP_RTCP_IMPL_H
-