build: ndrdump is only built with waf
authorAndrew Bartlett <abartlet@samba.org>
Thu, 8 Sep 2011 00:42:02 +0000 (10:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2011 06:45:20 +0000 (17:45 +1100)
We no longer need an #if (_SAMBA_BUILD >= 4) here.

Andrew Bartlett

librpc/tools/ndrdump.c

index 01618d5d823679be698cd22671cdac85dde2c25e..e33115ded840486c93f52209b5b282f9a9862ce3 100644 (file)
 #include "system/locale.h"
 #include "librpc/ndr/libndr.h"
 #include "librpc/ndr/ndr_table.h"
-#if (_SAMBA_BUILD_ >= 4)
 #include "lib/cmdline/popt_common.h"
 #include "param/param.h"
-#endif
 
 static const struct ndr_interface_call *find_function(
        const struct ndr_interface_table *p,