summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-02-19 11:15:20 +1100
committerStefan Metzmacher <metze@samba.org>2013-02-22 08:44:58 +0100
commitf2c7f2c93d54c77753e2a1b0663813e9778172a4 (patch)
tree6f807af875411e5f626161bf2fd89e9a14c2e7ac /lib/util
parent46ab33dc6753c135effedc204f3028a7e2bc2b1b (diff)
downloadsamba-f2c7f2c93d54c77753e2a1b0663813e9778172a4.tar.gz
samba-f2c7f2c93d54c77753e2a1b0663813e9778172a4.tar.bz2
samba-f2c7f2c93d54c77753e2a1b0663813e9778172a4.zip
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>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/setid.c1
1 files changed, 0 insertions, 1 deletions
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