]> granicus.if.org Git - postgresql/blobdiff - src/backend/rewrite/rewriteHandler.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / rewrite / rewriteHandler.c
index 4e5dcabf160225f78a4cb14bd4492ea1a5a00fde..0fade10268a11a37f3e607a1ba64723698b470fa 100644 (file)
@@ -20,8 +20,9 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
+#include "access/relation.h"
 #include "access/sysattr.h"
+#include "access/table.h"
 #include "catalog/dependency.h"
 #include "catalog/pg_type.h"
 #include "commands/trigger.h"