From: Robert Haas Date: Mon, 27 Jan 2014 22:13:29 +0000 (-0500) Subject: include cleanup. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=46db8cff075259a166c03c776e2fb59cae65bfcc;p=users%2Frhaas%2Fpostgres.git include cleanup. --- diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 11104ba224..112737e507 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -40,20 +40,11 @@ #include #include "access/transam.h" - -#include "fmgr.h" #include "miscadmin.h" - #include "replication/slot.h" - #include "storage/fd.h" -#include "storage/ipc.h" -#include "storage/proc.h" #include "storage/procarray.h" -#include "utils/memutils.h" -#include "utils/syscache.h" - /* * Replication slot on-disk data structure. */