include cleanup.
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Jan 2014 22:13:29 +0000 (17:13 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Jan 2014 22:16:18 +0000 (17:16 -0500)
src/backend/replication/slot.c

index 11104ba224cdc26d6b86ab175aeccdcd3e1bcafe..112737e50731caa01ff8ca4f6c401255c41cea87 100644 (file)
 #include <sys/stat.h>
 
 #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.
  */