]> granicus.if.org Git - postgresql/blobdiff - src/backend/catalog/pg_inherits.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / catalog / pg_inherits.c
index 978ff20d877c3bbeb17f333e6d77a51bcca85506..d07bbba34d39b3b973d0090fe3a0797f2f86d85c 100644 (file)
@@ -20,8 +20,8 @@
 #include "postgres.h"
 
 #include "access/genam.h"
-#include "access/heapam.h"
 #include "access/htup_details.h"
+#include "access/table.h"
 #include "catalog/indexing.h"
 #include "catalog/pg_inherits.h"
 #include "parser/parse_type.h"