summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Skype/skype.h
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2012-10-15 03:50:19 +0000
committerAlexander Gluzsky <sss123next@list.ru>2012-10-15 03:50:19 +0000
commit1f8d655dc9a8d09a06f638b3417f44b5e2c75e85 (patch)
tree256d7487f8bcf5a8647aad4cf7109270c2fd0e65 /plugins/!NotAdopted/Skype/skype.h
parentb41d9f7ac1bf955394082f491578a14d5875631f (diff)
Skype protocol ported (untested)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Skype/skype.h')
-rwxr-xr-x[-rw-r--r--]plugins/!NotAdopted/Skype/skype.h33
1 files changed, 16 insertions, 17 deletions
diff --git a/plugins/!NotAdopted/Skype/skype.h b/plugins/!NotAdopted/Skype/skype.h
index 6439a24dc8..c34e26909a 100644..100755
--- a/plugins/!NotAdopted/Skype/skype.h
+++ b/plugins/!NotAdopted/Skype/skype.h
@@ -25,23 +25,22 @@
#pragma warning (disable: 4100) // unreferenced formal parameter
// Miranda Includes
-#include "../../include/newpluginapi.h"
-#include "../../include/m_utils.h"
-#include "../../include/m_protosvc.h"
-#include "../../include/m_protomod.h"
-#include "../../include/m_skin.h"
-#include "../../include/m_message.h"
-#include "../../include/m_database.h"
-#include "../../include/m_clist.h"
-#include "../../include/m_system.h"
-#include "sdk/m_updater.h"
-#include "sdk/m_folders.h"
-#include "../../include/m_options.h"
-#include "../../include/m_langpack.h"
-#include "../../include/m_userinfo.h"
-#include "../../include/m_avatars.h"
-#include "../../include/m_contacts.h"
-#include "../../include/m_popup.h"
+#include <newpluginapi.h>
+#include <m_utils.h>
+#include <m_protosvc.h>
+#include <m_protomod.h>
+#include <m_skin.h>
+#include <m_message.h>
+#include <m_database.h>
+#include <m_clist.h>
+#include <m_system.h>
+#include <m_folders.h>
+#include <m_options.h>
+#include <m_langpack.h>
+#include <m_userinfo.h>
+#include <m_avatars.h>
+#include <m_contacts.h>
+#include <m_popup.h>
#pragma warning (pop)