Remove heapam.h include made superfluous by b60c397599.

Noticed this while working on another patch.

Author: Andres Freund
pull/36/head
Andres Freund 7 years ago
parent e33884d412
commit 1845ca2cfd
  1. 1
      src/backend/optimizer/prep/prepunion.c

@ -23,7 +23,6 @@
*/
#include "postgres.h"
#include "access/heapam.h"
#include "access/htup_details.h"
#include "access/sysattr.h"
#include "catalog/partition.h"

Loading…
Cancel
Save