diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/hunspell.cxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/hunspell.cxx | 10 |
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) { |