summaryrefslogtreecommitdiff
path: root/src/common/username.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/username.c')
-rw-r--r--src/common/username.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/username.c b/src/common/username.c
index 5abf4a56b0..487eacfe73 100644
--- a/src/common/username.c
+++ b/src/common/username.c
@@ -3,7 +3,7 @@
* username.c
* get user name
*
- * 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
*
* IDENTIFICATION
@@ -18,10 +18,8 @@
#include "postgres_fe.h"
#endif
-#include <errno.h>
#include <pwd.h>
#include <unistd.h>
-#include <sys/types.h>
#include "common/username.h"