1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Remove unnecessary #include references, per pgrminclude script.

This commit is contained in:
Bruce Momjian
2011-09-01 10:03:22 -04:00
parent 63d06ef591
commit 6416a82a62
308 changed files with 22 additions and 647 deletions

View File

@ -15,12 +15,10 @@
#include "postgres.h"
#include "access/heapam.h"
#include "access/htup.h"
#include "access/transam.h"
#include "miscadmin.h"
#include "pgstat.h"
#include "storage/bufmgr.h"
#include "storage/off.h"
#include "utils/rel.h"
#include "utils/tqual.h"

View File

@ -48,8 +48,6 @@
#include "access/heapam.h"
#include "miscadmin.h"
#include "storage/block.h"
#include "storage/relfilenode.h"
#include "utils/rel.h"

View File

@ -73,7 +73,6 @@
#include "access/visibilitymap.h"
#include "miscadmin.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/lmgr.h"
#include "storage/smgr.h"