]> granicus.if.org Git - postgresql/blobdiff - contrib/tsearch2/dict_syn.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / contrib / tsearch2 / dict_syn.c
index 6e3ed8643450892d7352f4d03aed90a2773ae503..d3e884212b39ed83a24c59020e318a2af59d08cd 100644 (file)
@@ -2,13 +2,10 @@
  * ISpell interface
  * Teodor Sigaev <teodor@sigaev.ru>
  */
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-
 #include "postgres.h"
 
+#include <ctype.h>
+
 #include "dict.h"
 #include "common.h"