X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=072b972cb5754122aa539178edbf6cf43a19d3e3;hp=212a1800e1a32726096c3461c05ee2e9a3bacbfb;hb=28c8e051a5e94db5105787e8450bab35931f78b8;hpb=024a12e75bea8695a02e2abb43eb0d77cb04f144 diff --git a/command.c b/command.c index 212a1800..072b972c 100644 --- a/command.c +++ b/command.c @@ -6,9 +6,12 @@ /** \file command.c does client authentication and executes server commands */ -#include /* gettimeofday */ -#include "para.h" /* gettimeofday */ +#include +#include +#include +#include +#include "para.h" #include "server.cmdline.h" #include "afs_common.h" #include "afh.h" @@ -16,7 +19,6 @@ #include "vss.h" #include "send.h" #include "rc4.h" -#include #include "error.h" #include "net.h" #include "daemon.h"