summaryrefslogtreecommitdiff
path: root/librpc/tools
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-09-08 10:42:02 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-10-07 17:45:20 +1100
commited41edddde6b81b759d4b4c8d9e59ee541a37c0a (patch)
tree1f5a921d944515126279386b5115d193162f0ca7 /librpc/tools
parent64d0230332351d37873350722f2ce3bcd39728e4 (diff)
downloadsamba-ed41edddde6b81b759d4b4c8d9e59ee541a37c0a.tar.gz
samba-ed41edddde6b81b759d4b4c8d9e59ee541a37c0a.tar.bz2
samba-ed41edddde6b81b759d4b4c8d9e59ee541a37c0a.zip
build: ndrdump is only built with waf
We no longer need an #if (_SAMBA_BUILD >= 4) here. Andrew Bartlett
Diffstat (limited to 'librpc/tools')
-rw-r--r--librpc/tools/ndrdump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/librpc/tools/ndrdump.c b/librpc/tools/ndrdump.c
index 01618d5d82..e33115ded8 100644
--- a/librpc/tools/ndrdump.c
+++ b/librpc/tools/ndrdump.c
@@ -23,10 +23,8 @@
#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,