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/smbd/reply.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/smbd/reply.c')
-rw-r--r-- | source/smbd/reply.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c index a020f5eb3b1..590dc4f4270 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -25,8 +25,6 @@ #include "includes.h" -#include "trans2.h" -#include "nterr.h" /* look in server.c for some explanation of these variables */ extern int Protocol; |