summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-07-26 08:46:45 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-07-26 08:46:45 +0000
commit12718514fb673dbb72f7d93ea3bb34c9574bd69a (patch)
tree91569255bd22163c21eb9f22ceb388db16f53e19 /plugins/SpellChecker
parent3856c86d711275b80e09371cad10b8b828a5879a (diff)
replace sprintf to mir_snprintf (part 7)
removed not used files git-svn-id: http://svn.miranda-ng.org/main/trunk@5490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r--plugins/SpellChecker/src/commons.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/commons.h b/plugins/SpellChecker/src/commons.h
index a71d850bc9..fa435a0a42 100644
--- a/plugins/SpellChecker/src/commons.h
+++ b/plugins/SpellChecker/src/commons.h
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA.
#include <commctrl.h>
#include <map>
#include <vector>
+#include <string>
using namespace std;
#include <newpluginapi.h>
@@ -42,6 +43,7 @@ using namespace std;
#include <m_icolib.h>
#include <m_hotkeys.h>
#include <win2k.h>
+#include <m_system_cpp.h>
//own includes
#include <m_folders.h>
@@ -51,7 +53,7 @@ using namespace std;
#include <m_spellchecker.h>
#include <../utils/mir_options.h>
-#include <../utils/tstring.h>
+//#include <../utils/tstring.h>
#include <../utils/utf8_helpers.h>
#include <../utils/scope.h>