diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 21:47:31 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 21:47:31 +0000 |
commit | 35a4603c6135738a5c9f7729c6bb19f9ce656c8a (patch) | |
tree | 649db4c74654c5968dfba2a3de74c69b4437127d /SecureIM/commonheaders.h | |
parent | e750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 (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 'SecureIM/commonheaders.h')
-rw-r--r-- | SecureIM/commonheaders.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SecureIM/commonheaders.h b/SecureIM/commonheaders.h index b7576ac..2bf7228 100644 --- a/SecureIM/commonheaders.h +++ b/SecureIM/commonheaders.h @@ -93,10 +93,10 @@ #include "m_icolib.h"
#include "m_message.h"
#include "m_netlib.h"
-#include "sdk\m_metacontacts.h"
-#include "sdk\m_updater.h"
-#include "sdk\m_extraicons.h"
-#include "sdk\m_folders.h"
+#include "m_metacontacts.h"
+#include "m_updater.h"
+#include "m_extraicons.h"
+#include "m_folders.h"
#endif
|