diff options
Diffstat (limited to 'src/common/username.c')
-rw-r--r-- | src/common/username.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/username.c b/src/common/username.c index d6abac8281..487eacfe73 100644 --- a/src/common/username.c +++ b/src/common/username.c @@ -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" |