build: Remove unused includes.h reference to avoid build-time talloc dep
authorAndrew Bartlett <abartlet@samba.org>
Tue, 19 Feb 2013 00:15:20 +0000 (11:15 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Feb 2013 07:44:58 +0000 (08:44 +0100)
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 <metze@samba.org>
lib/util/setid.c

index ed8615517cc2f859416d60843e5f9e2101cb804c..c5ee64484cc81cb5c8ec0ba259e522f60382ef6b 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef AUTOCONF_TEST
 #include "replace.h"
 #include "system/passwd.h"
-#include "include/includes.h"
 
 #ifdef UID_WRAPPER_REPLACE