diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-04-15 15:59:49 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-04-15 15:59:49 +1000 |
commit | 202d443eeda1829d336595a3cfc07827e49f45ed (patch) | |
tree | 68a32f692edb29ae57e56cd88d08ce603fe09493 | |
parent | 597986493412c499f2bc2209420cb195f97b3668 (diff) |
Remove duplicate include of pwd.h. bz#2337, patch from Mordy Ovits.
-rw-r--r-- | sftp-server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sftp-server.c b/sftp-server.c index 4f735cd93..85fa5acce 100644 --- a/sftp-server.c +++ b/sftp-server.c | |||
@@ -40,7 +40,6 @@ | |||
40 | #include <stdlib.h> | 40 | #include <stdlib.h> |
41 | #include <stdio.h> | 41 | #include <stdio.h> |
42 | #include <string.h> | 42 | #include <string.h> |
43 | #include <pwd.h> | ||
44 | #include <time.h> | 43 | #include <time.h> |
45 | #include <unistd.h> | 44 | #include <unistd.h> |
46 | #include <stdarg.h> | 45 | #include <stdarg.h> |