mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove unnecessary #include references, per pgrminclude script.
This commit is contained in:
		@@ -54,7 +54,6 @@
 | 
			
		||||
#include "access/heapam.h"
 | 
			
		||||
#include "access/reloptions.h"
 | 
			
		||||
#include "access/sysattr.h"
 | 
			
		||||
#include "access/transam.h"
 | 
			
		||||
#include "access/xact.h"
 | 
			
		||||
#include "catalog/catalog.h"
 | 
			
		||||
#include "catalog/dependency.h"
 | 
			
		||||
@@ -62,22 +61,17 @@
 | 
			
		||||
#include "catalog/objectaccess.h"
 | 
			
		||||
#include "catalog/pg_tablespace.h"
 | 
			
		||||
#include "commands/comment.h"
 | 
			
		||||
#include "commands/defrem.h"
 | 
			
		||||
#include "commands/seclabel.h"
 | 
			
		||||
#include "commands/tablespace.h"
 | 
			
		||||
#include "miscadmin.h"
 | 
			
		||||
#include "postmaster/bgwriter.h"
 | 
			
		||||
#include "storage/fd.h"
 | 
			
		||||
#include "storage/procarray.h"
 | 
			
		||||
#include "storage/standby.h"
 | 
			
		||||
#include "utils/acl.h"
 | 
			
		||||
#include "utils/builtins.h"
 | 
			
		||||
#include "utils/fmgroids.h"
 | 
			
		||||
#include "utils/guc.h"
 | 
			
		||||
#include "utils/lsyscache.h"
 | 
			
		||||
#include "utils/memutils.h"
 | 
			
		||||
#include "utils/rel.h"
 | 
			
		||||
#include "utils/syscache.h"
 | 
			
		||||
#include "utils/tqual.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user