From ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 9 Sep 2008 13:01:34 +0200 Subject: UNIX-WHOAMI: fix compiler warnings metze --- source/torture/unix/whoami.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/torture/unix/whoami.c b/source/torture/unix/whoami.c index d4f19bb57a1..39d0a12ab1f 100644 --- a/source/torture/unix/whoami.c +++ b/source/torture/unix/whoami.c @@ -18,11 +18,11 @@ */ #include "includes.h" -#include "torture/torture.h" -#include "torture/basic/proto.h" #include "libcli/libcli.h" #include "libcli/raw/interfaces.h" #include "libcli/raw/raw_proto.h" +#include "torture/torture.h" +#include "torture/basic/proto.h" #include "lib/cmdline/popt_common.h" #include "auth/credentials/credentials.h" #include "param/param.h" -- cgit v1.2.1