From 185b94eefa009e852f93d9a00e4e8c15c64a0869 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Nov 2011 14:40:46 +0100 Subject: nbt: trim down header dependencies of nbt.idl. Guenther --- librpc/idl/nbt.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index cd81081267..69a1853daf 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -10,7 +10,7 @@ import "misc.idl", "security.idl"; [ - helper("../libcli/netlogon/netlogon.h", "../libcli/nbt/libnbt.h", "../librpc/ndr/ndr_nbt.h"), + helper("../librpc/ndr/ndr_nbt.h"), helpstring("NBT messages"), uuid("6def41b6-86e4-4c32-997c-ed33af7bcd8e") ] -- cgit