X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fnetwork%2Fftp%2Fcmds.c;h=b4f9912bf6bd7f00192e3121bb376d0b62c91d7e;hp=91b3bc48d5e1dd310baaaba82967fe10a99efc0b;hb=b1d8a4df819c95bcb81cd8d6e8d9a397125147a9;hpb=3793b7fdf1b1b8c5daf92546839ac3070344b66d diff --git a/base/applications/network/ftp/cmds.c b/base/applications/network/ftp/cmds.c index 91b3bc48d5e..b4f9912bf6b 100644 --- a/base/applications/network/ftp/cmds.c +++ b/base/applications/network/ftp/cmds.c @@ -24,26 +24,8 @@ static char sccsid[] = "@(#)cmds.c 5.18 (Berkeley) 4/20/89"; */ //#include //#include -#include -#ifndef _WIN32 -#include -#include -#include -#include -#else -#include -#endif - -#include -#include -#include -#include -#include -#include -#include "ftp_var.h" -#include "pathnames.h" -#include "prototypes.h" +#include "precomp.h" extern char *globerr; extern char home[];