diff options
Diffstat (limited to 'remoting/jingle_glue/xmpp_socket_adapter.h')
-rw-r--r-- | remoting/jingle_glue/xmpp_socket_adapter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/jingle_glue/xmpp_socket_adapter.h b/remoting/jingle_glue/xmpp_socket_adapter.h index d1a6f65..18376b1 100644 --- a/remoting/jingle_glue/xmpp_socket_adapter.h +++ b/remoting/jingle_glue/xmpp_socket_adapter.h @@ -7,10 +7,10 @@ #include <string> -#include "talk/base/asyncsocket.h" -#include "talk/xmpp/asyncsocket.h" -#include "talk/xmpp/xmppclientsettings.h" -#include "talk/xmpp/xmppengine.h" +#include "third_party/libjingle/source/talk/base/asyncsocket.h" +#include "third_party/libjingle/source/talk/xmpp/asyncsocket.h" +#include "third_party/libjingle/source/talk/xmpp/xmppclientsettings.h" +#include "third_party/libjingle/source/talk/xmpp/xmppengine.h" #ifndef _WIN32 // Additional errors used by us from Win32 headers. |