From 9216153827f0000cc82cb51adcba722181c94999 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 22 Sep 2008 22:22:04 +0200 Subject: s4-nbt: remove unrequired include. Guenther --- source4/libcli/nbt/nbtname.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/libcli') diff --git a/source4/libcli/nbt/nbtname.c b/source4/libcli/nbt/nbtname.c index 97ae2e9d72..67bb4486e5 100644 --- a/source4/libcli/nbt/nbtname.c +++ b/source4/libcli/nbt/nbtname.c @@ -27,7 +27,6 @@ #include "librpc/gen_ndr/ndr_nbt.h" #include "librpc/gen_ndr/ndr_misc.h" #include "system/locale.h" -#include "param/param.h" /* don't allow an unlimited number of name components */ #define MAX_COMPONENTS 10 -- cgit