]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/cache/ts_cache.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / utils / cache / ts_cache.c
index f7fc6c15581903be68b7d9cc9ee1e23d25971300..4e0fdb7b55a4cf5abd481f844a1183039e6d7fad 100644 (file)
@@ -27,8 +27,8 @@
 #include "postgres.h"
 
 #include "access/genam.h"
-#include "access/heapam.h"
 #include "access/htup_details.h"
+#include "access/table.h"
 #include "access/xact.h"
 #include "catalog/indexing.h"
 #include "catalog/namespace.h"