]> granicus.if.org Git - postgresql/blobdiff - src/backend/commands/event_trigger.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / event_trigger.c
index e508334981437f729e26d7cd02e6e956b201ea85..9735fde971141e673d04f9071dc93792af0ce132 100644 (file)
@@ -13,8 +13,8 @@
  */
 #include "postgres.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"