diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:59:50 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:59:50 +0000 |
commit | 5d2ff1117e800b1fb31e3eafb5769c4499ec30a1 (patch) | |
tree | 389a5912b866fba5712ed4da50e659f92f686d48 /protocols/SkypeWeb/src/stdafx.h | |
parent | 68ff208f0ed66fe1873c10d215f54e89ec309611 (diff) |
SkypeWeb: correct icon handling
git-svn-id: http://svn.miranda-ng.org/main/trunk@15341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 6c4329b524..3cd549bc7e 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -101,13 +101,11 @@ struct MessageId #include "version.h"
#include "resource.h"
-#include "skype_icons.h"
#include "skype_menus.h"
#include "skype_dialogs.h"
#include "skype_options.h"
#include "skype_trouter.h"
#include "skype_db.h"
-//#include "skype_chatrooms.h"
#include "skype_utils.h"
#include "http_request.h"
#include "requests\login.h"
|