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 | 00e3fe132476fcaed0f4b9bbe74b0a6559c39df0 (patch) | |
tree | b7b780671e01ddd1429f67955589950f66ce0ebf /source3/smbd | |
parent | 858e63cab3b6a23692678d6eb03f9e48c3c08603 (diff) | |
download | samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.tar.gz samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.tar.xz samba-00e3fe132476fcaed0f4b9bbe74b0a6559c39df0.zip |
moved trans2.h and nterr.h into includes.h with all our other includes
(This used to be commit d7cd7c88fdabb01d9e40ae8a657737907a21ac37)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/ipc.c | 1 | ||||
-rw-r--r-- | source3/smbd/lanman.c | 1 | ||||
-rw-r--r-- | source3/smbd/nttrans.c | 1 | ||||
-rw-r--r-- | source3/smbd/pipes.c | 1 | ||||
-rw-r--r-- | source3/smbd/reply.c | 2 | ||||
-rw-r--r-- | source3/smbd/server.c | 1 | ||||
-rw-r--r-- | source3/smbd/trans2.c | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index f87423c9cac..73addda086c 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -27,7 +27,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; extern int max_send; diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index aaf2bc017f6..9774305fc92 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -27,7 +27,6 @@ */ #include "includes.h" -#include "nterr.h" #ifdef CHECK_TYPES #undef CHECK_TYPES diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index b4ae0f61a9a..98f5959c2dc 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "nterr.h" extern int DEBUGLEVEL; extern int Protocol; diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index 5d5c6a653a4..0cfe653d306 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -27,7 +27,6 @@ #include "includes.h" -#include "trans2.h" #define PIPE "\\PIPE\\" #define PIPELEN strlen(PIPE) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index a020f5eb3b1..590dc4f4270 100644 --- a/source3/smbd/reply.c +++ b/source3/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; diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 83c70a9e89a..8e4de78cbfa 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -20,7 +20,6 @@ */ #include "includes.h" -#include "trans2.h" pstring servicesf = CONFIGFILE; extern pstring debugf; diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index a30038a431e..4e502f767bd 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -22,7 +22,6 @@ */ #include "includes.h" -#include "trans2.h" extern int DEBUGLEVEL; extern int Protocol; |