From 70737dd5512df3838e985137715352930ee438df Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 12 Jun 2015 11:45:39 +0200 Subject: s3:pysmbd: #include must be the first include in order to avoid compiler warnings This is the only exception, normally "replace.h" or "includes.h" need to be the first include. Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/smbd/pysmbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c index 8a3170454eb..df8d0799929 100644 --- a/source3/smbd/pysmbd.c +++ b/source3/smbd/pysmbd.c @@ -23,9 +23,9 @@ along with this program. If not, see . */ +#include #include "includes.h" #include "smbd/smbd.h" -#include #include "libcli/util/pyerrors.h" #include "librpc/rpc/pyrpc_util.h" #include -- cgit v1.2.1