diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-02 18:35:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-02 18:35:56 +0000 |
commit | 11822f442f96b074e5e39bd4cc14d277205a9307 (patch) | |
tree | 8257ab929e3f2d5e626f693ca13c90b50aa196f0 /protocols/WhatsApp/src/common.h | |
parent | 329ad84fa5b5a813b032f416e959eb2b0bb3582e (diff) |
first version of Wassup that compiles
git-svn-id: http://svn.miranda-ng.org/main/trunk@4863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/common.h')
-rw-r--r-- | protocols/WhatsApp/src/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h index 1c817f9f32..6075138f94 100644 --- a/protocols/WhatsApp/src/common.h +++ b/protocols/WhatsApp/src/common.h @@ -36,7 +36,6 @@ Copyright © 2013 Uli Hecht #include <commctrl.h>
#include <newpluginapi.h>
-//#include <m_version.h>
#include <m_system.h>
#include <m_system_cpp.h>
#include <m_avatars.h>
@@ -67,7 +66,6 @@ Copyright © 2013 Uli Hecht #include <m_utils.h>
#include <m_xml.h>
#include <m_hotkeys.h>
-//#include <m_updater.h>
#include <m_folders.h>
#include "WhatsAPI++/WAConnection.h"
|