diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/suggestmgr.cxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/suggestmgr.cxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/SpellChecker/src/hunspell/suggestmgr.cxx b/plugins/SpellChecker/src/hunspell/suggestmgr.cxx index d08b506b9f..1fdf20c881 100644 --- a/plugins/SpellChecker/src/hunspell/suggestmgr.cxx +++ b/plugins/SpellChecker/src/hunspell/suggestmgr.cxx @@ -1,14 +1,4 @@ -#include "license.hunspell" -#include "license.myspell" - -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <ctype.h> - -#include "suggestmgr.hxx" -#include "htypes.hxx" -#include "csutil.hxx" +#include "..\commons.h"
const w_char W_VLINE = { '\0', '|' }; |