From 8d982d91f231abbf003473d09433fca2cfa240ac Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 1 Jul 2009 10:51:17 +0200 Subject: lib/util: fix order of includes in tevent_ntstatus.c replace.h needs to be included first. Michael --- lib/util/tevent_ntstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/tevent_ntstatus.c') diff --git a/lib/util/tevent_ntstatus.c b/lib/util/tevent_ntstatus.c index 4e4339989a..d6cb0affd9 100644 --- a/lib/util/tevent_ntstatus.c +++ b/lib/util/tevent_ntstatus.c @@ -17,8 +17,8 @@ along with this program. If not, see . */ -#include "tevent_ntstatus.h" #include "../replace/replace.h" +#include "tevent_ntstatus.h" bool tevent_req_nterror(struct tevent_req *req, NTSTATUS status) { -- cgit