summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-09 13:01:34 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-09 13:01:34 +0200
commitec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6 (patch)
tree32f908fd75f498c5e0a0e5ee03223735faef382f
parent3edbbb12bda8e19a9f5a72849bc79e0fad7976f8 (diff)
downloadsamba-ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6.tar.gz
UNIX-WHOAMI: fix compiler warnings
metze
-rw-r--r--source/torture/unix/whoami.c4
1 files 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"