summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/dict_ispell.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch2/dict_ispell.c')
-rw-r--r--contrib/tsearch2/dict_ispell.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/tsearch2/dict_ispell.c b/contrib/tsearch2/dict_ispell.c
index 9af11edf8e2..12d9205a4eb 100644
--- a/contrib/tsearch2/dict_ispell.c
+++ b/contrib/tsearch2/dict_ispell.c
@@ -2,12 +2,10 @@
* ISpell interface
* Teodor Sigaev <[email protected]>
*/
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-
#include "postgres.h"
+#include <ctype.h>
+
#include "dict.h"
#include "common.h"
#include "ispell/spell.h"