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)
commitf2c7f2c93d54c77753e2a1b0663813e9778172a4
tree6f807af875411e5f626161bf2fd89e9a14c2e7ac
parent46ab33dc6753c135effedc204f3028a7e2bc2b1b
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>
lib/util/setid.c