diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/filemgr.cxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/filemgr.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/SpellChecker/src/hunspell/filemgr.cxx b/plugins/SpellChecker/src/hunspell/filemgr.cxx index 5fb82bcf80..bfd9554271 100644 --- a/plugins/SpellChecker/src/hunspell/filemgr.cxx +++ b/plugins/SpellChecker/src/hunspell/filemgr.cxx @@ -1,11 +1,4 @@ -#include "license.hunspell" -#include "license.myspell" - -#include <stdlib.h> -#include <string.h> -#include <stdio.h> - -#include "filemgr.hxx" +#include "..\commons.h"
int FileMgr::fail(const char * err, const char * par) { fprintf(stderr, err, par); |