diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-15 17:27:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-15 17:27:35 +0300 |
commit | bab3e26dcc716f25e3a016056feee4c98a518157 (patch) | |
tree | 9e411a81fadd84a41fcf683187e626f220a979a3 /protocols/SkypeWeb/src/stdafx.h | |
parent | f5af0de316fc2701511beb413ae37cb612af24e0 (diff) |
code cleaning
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 162b708a77..917bea0194 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -116,7 +116,6 @@ struct AsyncHttpRequest : public MTHttpRequest<CSkypeProto> #include "requests/capabilities.h"
#include "requests/chatrooms.h"
#include "requests/contacts.h"
-#include "requests/endpoint.h"
#include "requests/history.h"
#include "requests/login.h"
#include "requests/messages.h"
|