summaryrefslogtreecommitdiff
path: root/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp.c')
-rw-r--r--ftp.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/ftp.c b/ftp.c
index d3d581a3f..9ad5eef8b 100644
--- a/ftp.c
+++ b/ftp.c
@@ -1,8 +1,6 @@
#include "system.h"
-#if HAVE_CONFIG_H
-# include "miscfn.h"
-#else
+#if !defined(HAVE_CONFIG_H)
#define HAVE_MACHINE_TYPES_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_NETINET_IN_SYSTM_H 1
@@ -22,11 +20,8 @@
extern int h_errno;
#endif
-#include <netdb.h>
-#include <pwd.h>
#include <stdarg.h>
-#include <sys/time.h>
#include <netinet/in.h>
#include <netinet/ip.h>