summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-10 04:38:24 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-10 04:38:24 +0000
commitb551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc (patch)
treec046d26355a3f879f74680db5f2871f17e119554 /source/smbd/server.c
parent0c96ac512fe1f9baf35a8c1c0eb83e001ffb54df (diff)
downloadsamba-b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc.tar.gz
samba-b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc.tar.xz
samba-b551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc.zip
got rid of a lot of redundent header files as we now globally generate
prototypes automatically using "make proto". This is much less prone to error than the old method of manually adding prototypes
Diffstat (limited to 'source/smbd/server.c')
-rw-r--r--source/smbd/server.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 25464d861c3..ecc8e4ce9c5 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -20,10 +20,7 @@
*/
#include "includes.h"
-#include "loadparm.h"
-#include "pcap.h"
#include "trans2.h"
-#include "reply.h"
pstring servicesf = CONFIGFILE;
extern pstring debugf;