diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/hunzip.cxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/hunzip.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/SpellChecker/src/hunspell/hunzip.cxx b/plugins/SpellChecker/src/hunspell/hunzip.cxx index b50599fa84..ecd8c7da77 100644 --- a/plugins/SpellChecker/src/hunspell/hunzip.cxx +++ b/plugins/SpellChecker/src/hunspell/hunzip.cxx @@ -1,8 +1,4 @@ -#include <stdlib.h> -#include <string.h> -#include <stdio.h> - -#include "hunzip.hxx" +#include "..\commons.h"
#define CODELEN 65536 #define BASEBITREC 5000 |