From: Andrew Bartlett Date: Tue, 19 Feb 2013 00:15:20 +0000 (+1100) Subject: build: Remove unused includes.h reference to avoid build-time talloc dep X-Git-Tag: tevent-0.9.18~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2c7f2c93d54c77753e2a1b0663813e9778172a4;p=thirdparty%2Fsamba.git build: Remove unused includes.h reference to avoid build-time talloc dep talloc is not a dependency of this library, but is required by includes.h. By not including includes.h, we avoid needing to add an otherwise false talloc dep. (this comes up if talloc.h is not installed as a system package). Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/lib/util/setid.c b/lib/util/setid.c index ed8615517cc..c5ee64484cc 100644 --- a/lib/util/setid.c +++ b/lib/util/setid.c @@ -20,7 +20,6 @@ #ifndef AUTOCONF_TEST #include "replace.h" #include "system/passwd.h" -#include "include/includes.h" #ifdef UID_WRAPPER_REPLACE