diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-03 18:25:32 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-03 18:25:32 +0000 |
commit | 2dda26c2d63fb543d06f046a5908ba43a5fd716e (patch) | |
tree | 6de64e4a536951e696ddb82b0dad8739938a1f58 /protocols/SkypeWeb/src/common.h | |
parent | ba077766bc39745326b3bbe65b5382fcc5bc2f51 (diff) |
SkypeWeb: moved to core ui
git-svn-id: http://svn.miranda-ng.org/main/trunk@12590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/common.h')
-rw-r--r-- | protocols/SkypeWeb/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index e2f4ef2f95..84060c4eba 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -36,6 +36,7 @@ #include <m_json.h>
#include <m_timezones.h>
#include <m_version.h>
+#include <m_gui.h>
struct CSkypeProto;
@@ -43,6 +44,8 @@ struct CSkypeProto; #include "resource.h"
#include "skype_icons.h"
#include "skype_menus.h"
+#include "skype_dialogs.h"
+#include "skype_options.h"
#include "http_request.h"
#include "requests\login.h"
#include "requests\logout.h"
|