From 2c70b0edcfbc009b5cdc27454d3703fbf20a50bd Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 22 May 2013 13:47:50 +1000 Subject: [PATCH] nsswitch: Remove #if SAMBA_BUILD_ >= 4 now we only have the waf build Reviewed-by: Jelmer Vernooij Reviewed-by: David Disseldorp --- nsswitch/wbinfo.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 8b178598edc..1d1557dcb1d 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -26,11 +26,7 @@ #include "libwbclient/wbclient.h" #include "lib/popt/popt.h" #include "../libcli/auth/libcli_auth.h" -#if (_SAMBA_BUILD_) >= 4 #include "lib/cmdline/popt_common.h" -#else -#include "popt_common.h" -#endif #ifdef DBGC_CLASS #undef DBGC_CLASS -- 2.11.4.GIT