From f7bfdbabf2d5398f4c266eabb0992a04af661f22 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 6 Oct 2011 17:39:00 +0200 Subject: curl tool: reviewed code moved to tool_*.[ch] files --- src/tool_paramhlp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/tool_paramhlp.c') diff --git a/src/tool_paramhlp.c b/src/tool_paramhlp.c index 97681c1bd..adb12ce70 100644 --- a/src/tool_paramhlp.c +++ b/src/tool_paramhlp.c @@ -29,11 +29,10 @@ /* use our own printf() functions */ #include "curlx.h" -#include "homedir.h" -#include "getpass.h" - #include "tool_cfgable.h" #include "tool_getparam.h" +#include "tool_getpass.h" +#include "tool_homedir.h" #include "tool_msgs.h" #include "tool_paramhlp.h" -- cgit v1.2.1