]> granicus.if.org Git - postgresql/blobdiff - src/backend/executor/execUtils.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / executor / execUtils.c
index d914d4b5006b6696847041c11af0eb15f2c1feb9..146ca6e053291605dce996b3dfedef19f2680fbf 100644 (file)
@@ -45,9 +45,9 @@
 
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "access/parallel.h"
 #include "access/relscan.h"
+#include "access/table.h"
 #include "access/transam.h"
 #include "executor/executor.h"
 #include "jit/jit.h"