]> granicus.if.org Git - postgresql/blobdiff - src/backend/catalog/pg_namespace.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / catalog / pg_namespace.c
index 349840b0eceb854c4546e91a1396e02b900f1e56..763a0b75ab17285cab166962ebdae329ad85ba59 100644 (file)
@@ -14,8 +14,8 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "access/htup_details.h"
+#include "access/table.h"
 #include "catalog/catalog.h"
 #include "catalog/dependency.h"
 #include "catalog/indexing.h"