summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/hunspell.cxx
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 18:17:40 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 18:17:40 +0000
commiteb8172c20b02c2acb9d4c92a81275a418640fbd6 (patch)
tree30b8abb49de88698bdab42a9f5ce28f3f8cc89c0 /plugins/SpellChecker/src/hunspell/hunspell.cxx
parent6b38bd980c93eb70ce88641ef8c89ad4839940bd (diff)
added precompiled header
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/hunspell.cxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/hunspell.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/SpellChecker/src/hunspell/hunspell.cxx b/plugins/SpellChecker/src/hunspell/hunspell.cxx
index 6b35fb51e0..03f8cb42c8 100644
--- a/plugins/SpellChecker/src/hunspell/hunspell.cxx
+++ b/plugins/SpellChecker/src/hunspell/hunspell.cxx
@@ -1,16 +1,8 @@
-#include "license.hunspell"
-#include "license.myspell"
+#include "..\commons.h"
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-
-#include "hunspell.hxx"
-#include "hunspell.h"
#ifndef MOZILLA_CLIENT
# include "config.h"
#endif
-#include "csutil.hxx"
Hunspell::Hunspell(const char * affpath, const char * dpath, const char * key)
{