summaryrefslogtreecommitdiff
path: root/Skype/skypeapi.c
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-29 21:47:31 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-29 21:47:31 +0000
commit35a4603c6135738a5c9f7729c6bb19f9ce656c8a (patch)
tree649db4c74654c5968dfba2a3de74c69b4437127d /Skype/skypeapi.c
parente750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 (diff)
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@230 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Skype/skypeapi.c')
-rw-r--r--Skype/skypeapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Skype/skypeapi.c b/Skype/skypeapi.c
index 0e15a49..9d2956e 100644
--- a/Skype/skypeapi.c
+++ b/Skype/skypeapi.c
@@ -12,8 +12,8 @@
#include "gchat.h"
#pragma warning (push)
#pragma warning (disable: 4100) // unreferenced formal parameter
-#include "../../include/m_utils.h"
-#include "../../include/m_langpack.h"
+#include "m_utils.h"
+#include "m_langpack.h"
#pragma warning (push)
#include "m_toptoolbar.h"