]> granicus.if.org Git - postgresql/blobdiff - src/backend/access/transam/xlogarchive.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / access / transam / xlogarchive.c
index b919164bcbdc15e299617bad6d50a026dd40e8d1..7afb73579b009444f9b7df658645ea3f2cf5e5f5 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
@@ -14,7 +14,6 @@
 
 #include "postgres.h"
 
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <signal.h>