From: Volker Lendecke Date: Tue, 25 Oct 2016 13:42:28 +0000 (+0200) Subject: lib: Avoid a "includes.h" X-Git-Tag: talloc-2.1.9~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13958236a983531fc04a7143daf32b11745f813f;p=thirdparty%2Fsamba.git lib: Avoid a "includes.h" Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/lib/tevent_barrier.c b/source3/lib/tevent_barrier.c index 318c8961f01..0fc0a319cde 100644 --- a/source3/lib/tevent_barrier.c +++ b/source3/lib/tevent_barrier.c @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include "tevent_barrier.h" #include "lib/util/tevent_unix.h"