From f2c7f2c93d54c77753e2a1b0663813e9778172a4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 19 Feb 2013 11:15:20 +1100 Subject: 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 --- lib/util/setid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/util') diff --git a/lib/util/setid.c b/lib/util/setid.c index ed8615517c..c5ee64484c 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 -- cgit