X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fnetwork%2Fftp%2Fmain.c;h=db4859f3987ab0131eaeb2b97e8486c542f1822d;hp=5843096df99b1af8667dc5888137edd6a2f141cf;hb=b1d8a4df819c95bcb81cd8d6e8d9a397125147a9;hpb=8b36c2fed55e2160b52793adcf111914ded5d10a diff --git a/base/applications/network/ftp/main.c b/base/applications/network/ftp/main.c index 5843096df99..db4859f3987 100644 --- a/base/applications/network/ftp/main.c +++ b/base/applications/network/ftp/main.c @@ -28,26 +28,7 @@ static char sccsid[] = "@(#)main.c based on 5.13 (Berkeley) 3/14/89"; /* * FTP User Program -- Command Interface. */ -#ifndef _WIN32 -#include -#include -#include -#include -#include -#include -#endif -#include "ftp_var.h" -#include "prototypes.h" -#include - -#include -#include - -#include -#include -#include -#include - +#include "precomp.h" #if defined(sun) && !defined(FD_SET) typedef int uid_t;