diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-03-19 22:01:53 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-03-19 22:01:53 +0000 |
commit | 347b63f23b40b403470d9636d691337cf8713e54 (patch) | |
tree | 91869e69b4b08b2355c1bcf7713b61127f91b3d7 /protocols/SkypeWeb/src/common.h | |
parent | 14834460074eebcee4a83917fbb806a95446aec3 (diff) |
SkypeWeb:
- added own info reading
- refactored contact info reading
git-svn-id: http://svn.miranda-ng.org/main/trunk@12437 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r-- | protocols/SkypeWeb/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index 41012c2a6d..7c980f3620 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -45,8 +45,8 @@ struct CSkypeProto; #include "http_request.h"
#include "requests\login.h"
#include "requests\logout.h"
+#include "requests\profile.h"
#include "requests\contacts.h"
-#include "requests\profiles.h"
#include "request_queue.h"
#include "skype_proto.h"
|