Remove some unnecessary #includes.
authorHeikki Linnakangas <[email protected]>
Mon, 10 Oct 2016 09:22:58 +0000 (12:22 +0300)
committerHeikki Linnakangas <[email protected]>
Mon, 10 Oct 2016 09:22:58 +0000 (12:22 +0300)
Amit Langote

src/backend/commands/aggregatecmds.c
src/backend/commands/collationcmds.c
src/backend/commands/conversioncmds.c
src/backend/commands/lockcmds.c

index b36f09eb7b924400d914c9d66682c309f151a582..19db38d7fc680435f094b06c441716846324f2e0 100644 (file)
@@ -22,7 +22,6 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "access/htup_details.h"
 #include "catalog/dependency.h"
 #include "catalog/indexing.h"
index 0c75d16f36995ef06b46cce9cdc79a17a510bfe7..9bba748708368e45957175d59f93604c4b93ff4e 100644 (file)
@@ -14,7 +14,6 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "access/htup_details.h"
 #include "access/xact.h"
 #include "catalog/dependency.h"
index 175d4ab68502285b0a9f89b1a4ebe9773ea5c3fe..2c85d26f4db14b906f434a0d85763564e4e1805e 100644 (file)
@@ -14,7 +14,6 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "access/htup_details.h"
 #include "catalog/dependency.h"
 #include "catalog/indexing.h"
index 175d1f3f2e6fd954f9287abdbdd1a4b5e6b59e8d..a0c0d75977b0314d532a7ef92b335a84afc23602 100644 (file)
@@ -14,7 +14,6 @@
  */
 #include "postgres.h"
 
-#include "access/heapam.h"
 #include "catalog/namespace.h"
 #include "catalog/pg_inherits_fn.h"
 #include "commands/lockcmds.h"