diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/affentry.cxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/affentry.cxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/SpellChecker/src/hunspell/affentry.cxx b/plugins/SpellChecker/src/hunspell/affentry.cxx index fef0cca5f5..6406f2577a 100644 --- a/plugins/SpellChecker/src/hunspell/affentry.cxx +++ b/plugins/SpellChecker/src/hunspell/affentry.cxx @@ -1,13 +1,4 @@ -#include "license.hunspell" -#include "license.myspell" - -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <ctype.h> - -#include "affentry.hxx" -#include "csutil.hxx" +#include "..\commons.h"
PfxEntry::PfxEntry(AffixMgr* pmgr, affentry* dp) { |