diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-02-19 11:15:20 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-02-22 08:44:58 +0100 |
commit | f2c7f2c93d54c77753e2a1b0663813e9778172a4 (patch) | |
tree | 6f807af875411e5f626161bf2fd89e9a14c2e7ac | |
parent | 46ab33dc6753c135effedc204f3028a7e2bc2b1b (diff) | |
download | samba-f2c7f2c93d54c77753e2a1b0663813e9778172a4.tar.gz |
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 <metze@samba.org>
-rw-r--r-- | lib/util/setid.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |