]> granicus.if.org Git - postgresql/blobdiff - src/backend/commands/tsearchcmds.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / tsearchcmds.c
index cda21675f027355eee492bea2a5eba2ad9ebf25c..3f727f2744cc615a1826100598aca9a57ad77bf1 100644 (file)
@@ -18,8 +18,8 @@
 #include <ctype.h>
 
 #include "access/genam.h"
-#include "access/heapam.h"
 #include "access/htup_details.h"
+#include "access/table.h"
 #include "access/xact.h"
 #include "catalog/catalog.h"
 #include "catalog/dependency.h"