summaryrefslogtreecommitdiff
path: root/imo2sproxy/src
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 20:05:07 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 20:05:07 +0000
commit8f1d5528707596fceba996c4161d65cead5d9988 (patch)
tree85e0ae0a2e5ffd52a5599803da720f1f4e43676b /imo2sproxy/src
parent8914649d8ff1b872aaf5e6ce84fd2540fa633b0b (diff)
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@220 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'imo2sproxy/src')
-rw-r--r--imo2sproxy/src/imo2skype/miranda/imoproxy.c12
-rw-r--r--imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c4
-rw-r--r--imo2sproxy/src/imo2skype/miranda/skypepluginlink.c4
3 files changed, 10 insertions, 10 deletions
diff --git a/imo2sproxy/src/imo2skype/miranda/imoproxy.c b/imo2sproxy/src/imo2skype/miranda/imoproxy.c
index 6ca6512..1b11907 100644
--- a/imo2sproxy/src/imo2skype/miranda/imoproxy.c
+++ b/imo2sproxy/src/imo2skype/miranda/imoproxy.c
@@ -21,12 +21,12 @@
#include "socksproxy.h"
#include "w32skypeemu.h"
#include "skypepluginlink.h"
-#include "include/newpluginapi.h"
-#include "include/m_langpack.h"
-#include "include/m_options.h"
-#include "include/m_database.h"
-#include "include/m_system.h"
-#include "sdk/m_updater.h"
+#include "newpluginapi.h"
+#include "m_langpack.h"
+#include "m_options.h"
+#include "m_database.h"
+#include "m_system.h"
+#include "m_updater.h"
#include "resource.h"
// Crash dumper
diff --git a/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c b/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c
index 378f72e..56d461f 100644
--- a/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c
+++ b/imo2sproxy/src/imo2skype/miranda/io_layer_netlib.c
@@ -7,8 +7,8 @@
#include <windows.h>
#include <winsock2.h>
#include <stdlib.h>
-#include "include/newpluginapi.h"
-#include "include/m_netlib.h"
+#include "newpluginapi.h"
+#include "m_netlib.h"
#include "fifo.h"
#include "memlist.h"
#include "io_layer.h"
diff --git a/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c b/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c
index 0109bd6..3efd400 100644
--- a/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c
+++ b/imo2sproxy/src/imo2skype/miranda/skypepluginlink.c
@@ -3,8 +3,8 @@
#include <windows.h>
#include <stdlib.h>
#include "skypepluginlink.h"
-#include "include/newpluginapi.h"
-#include "include/m_system.h"
+#include "newpluginapi.h"
+#include "m_system.h"
#define LockMutex(x) EnterCriticalSection (&x)
#define UnlockMutex(x) LeaveCriticalSection(&x)