diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 08:43:00 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 08:43:00 +0000 |
commit | 72c858d136d42fccd422620542b9c73808f16ae8 (patch) | |
tree | 272f5fd9721a37c8ca5ffed250b407059baf62d0 /CyrTranslit/plugin.h | |
parent | ad6120fe6fa5617f80fbd9f401d7c66dff9d2a98 (diff) |
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@200 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'CyrTranslit/plugin.h')
-rw-r--r-- | CyrTranslit/plugin.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CyrTranslit/plugin.h b/CyrTranslit/plugin.h index 6c6082c..95bddb3 100644 --- a/CyrTranslit/plugin.h +++ b/CyrTranslit/plugin.h @@ -35,12 +35,12 @@ #include <windows.h>
#include <map>
#include <string>
-#include "../../miranda/include/newpluginapi.h"
-#include "../../miranda/include/m_database.h"
-#include "../../miranda/include/m_protomod.h"
-#include "../../miranda/include/m_protosvc.h"
-#include "../../miranda/include/m_system.h"
-#include "../../miranda/include/m_clist.h"
+#include "newpluginapi.h"
+#include "m_database.h"
+#include "m_protomod.h"
+#include "m_protosvc.h"
+#include "m_system.h"
+#include "m_clist.h"
|