diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-07-03 17:17:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:07 -0500 |
commit | ce7a0d47ea9609f63e929e478fa7b068b5624ae7 (patch) | |
tree | 6e5b09b43c8b8e04369f2949cf925b605dca0d4e | |
parent | 45500d41766a7e8cc4c0846f6ce1faa9da4c8297 (diff) | |
download | samba-ce7a0d47ea9609f63e929e478fa7b068b5624ae7.tar.gz samba-ce7a0d47ea9609f63e929e478fa7b068b5624ae7.tar.bz2 samba-ce7a0d47ea9609f63e929e478fa7b068b5624ae7.zip |
r8098: Add my copyright and remove unecessary header dependency.
rafal
(This used to be commit 88e7b9c2371383c469e2db73d4c8dca70aca7586)
-rw-r--r-- | source4/libnet/libnet_rpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libnet/libnet_rpc.c b/source4/libnet/libnet_rpc.c index b82589d2dd..ebd88305ea 100644 --- a/source4/libnet/libnet_rpc.c +++ b/source4/libnet/libnet_rpc.c @@ -1,7 +1,8 @@ /* Unix SMB/CIFS implementation. - Copyright (C) Stefan Metzmacher 2004 + Copyright (C) Stefan Metzmacher 2004 + Copyright (C) Rafal Szczesniak 2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +20,6 @@ */ #include "includes.h" -#include "libcli/nbt/libnbt.h" #include "libnet/libnet.h" |