]> granicus.if.org Git - postgresql/blobdiff - src/backend/utils/adt/xml.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / utils / adt / xml.c
index 1db560cd66d0cefb45e17ed852983df9a97f2698..7c04586ad5e6504cab712c3fff021aae48a679c5 100644 (file)
@@ -67,8 +67,8 @@
 #endif
 #endif                                                 /* USE_LIBXML */
 
-#include "access/heapam.h"
 #include "access/htup_details.h"
+#include "access/table.h"
 #include "catalog/namespace.h"
 #include "catalog/pg_class.h"
 #include "catalog/pg_type.h"