From eb8172c20b02c2acb9d4c92a81275a418640fbd6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Mar 2013 18:17:40 +0000 Subject: added precompiled header added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/hunspell/hunspell.cxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'plugins/SpellChecker/src/hunspell/hunspell.cxx') 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 -#include -#include - -#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) { -- cgit v1.2.3