Remove heapam.h include made superfluous by b60c3975990.
authorAndres Freund <[email protected]>
Sun, 13 Jan 2019 06:19:02 +0000 (22:19 -0800)
committerAndres Freund <[email protected]>
Sun, 13 Jan 2019 06:27:35 +0000 (22:27 -0800)
Noticed this while working on another patch.

Author: Andres Freund

src/backend/optimizer/prep/prepunion.c

index 05388355fdee124cf7c57c0a08e8dca8d3cd3db4..55eeb5127cbbce2d334b74971eb2302c2894d045 100644 (file)
@@ -23,7 +23,6 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "access/htup_details.h"
 #include "access/sysattr.h"
 #include "catalog/partition.h"