diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-04-25 14:06:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-04-25 14:06:57 +0000 |
commit | d7cd7c88fdabb01d9e40ae8a657737907a21ac37 (patch) | |
tree | 5233f08ef9be2e9dac934a2d39c228318be56e1b /source/rpc_parse/parse_net.c | |
parent | 10c5470835b43116ed48b3137c3b9cc867a20989 (diff) | |
download | samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.gz samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.tar.xz samba-d7cd7c88fdabb01d9e40ae8a657737907a21ac37.zip |
moved trans2.h and nterr.h into includes.h with all our other includes
Diffstat (limited to 'source/rpc_parse/parse_net.c')
-rw-r--r-- | source/rpc_parse/parse_net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_net.c b/source/rpc_parse/parse_net.c index 9588d1c53b3..002d7e56aaf 100644 --- a/source/rpc_parse/parse_net.c +++ b/source/rpc_parse/parse_net.c @@ -22,7 +22,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; |