summaryrefslogtreecommitdiff
path: root/app/webrtc/webrtcsdp.cc
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org>2014-10-17 22:03:39 +0000
committerhenrike@webrtc.org <henrike@webrtc.org>2014-10-17 22:03:39 +0000
commit2ce4efe64e83181207479911164695a41302276a (patch)
treef7c82fec940d5b6c4140e15bcc14aca22b2f2970 /app/webrtc/webrtcsdp.cc
parent36d12d812aaa06773b73b14f781bdb4439282554 (diff)
downloadtalk-2ce4efe64e83181207479911164695a41302276a.tar.gz
Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p."
BUG=N/A TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@7472 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'app/webrtc/webrtcsdp.cc')
-rw-r--r--app/webrtc/webrtcsdp.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/webrtc/webrtcsdp.cc b/app/webrtc/webrtcsdp.cc
index d545ab1..5887409 100644
--- a/app/webrtc/webrtcsdp.cc
+++ b/app/webrtc/webrtcsdp.cc
@@ -39,9 +39,9 @@
#include "talk/media/base/constants.h"
#include "talk/media/base/cryptoparams.h"
#include "talk/media/sctp/sctpdataengine.h"
-#include "webrtc/p2p/base/candidate.h"
-#include "webrtc/p2p/base/constants.h"
-#include "webrtc/p2p/base/port.h"
+#include "talk/p2p/base/candidate.h"
+#include "talk/p2p/base/constants.h"
+#include "talk/p2p/base/port.h"
#include "talk/session/media/mediasession.h"
#include "talk/session/media/mediasessionclient.h"
#include "webrtc/base/common.h"