diff options
author | Günther Deschner <gd@samba.org> | 2008-09-22 22:22:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-23 09:37:23 +0200 |
commit | 9216153827f0000cc82cb51adcba722181c94999 (patch) | |
tree | bd36a56dc5416bc5da2af5561cfba1a8f51de0f0 /source4/libcli/nbt/nbtname.c | |
parent | b60d612cdeb7dad7c1e2496c5b1e19abb58da50f (diff) | |
download | samba-9216153827f0000cc82cb51adcba722181c94999.tar.gz samba-9216153827f0000cc82cb51adcba722181c94999.tar.bz2 samba-9216153827f0000cc82cb51adcba722181c94999.zip |
s4-nbt: remove unrequired include.
Guenther
Diffstat (limited to 'source4/libcli/nbt/nbtname.c')
-rw-r--r-- | source4/libcli/nbt/nbtname.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |