From 7ed8b615b9f2caadc6cd8292b356b2daf25c5513 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 10 May 2003 11:47:29 +0000 Subject: Reverse previous patch from Stefan and me after comments by Andrew Bartlett. (This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc) --- source3/nmbd/nmbd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/nmbd/nmbd.c') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 81ef3b79a5..eec447688f 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -23,8 +23,6 @@ #include "includes.h" -#include "module_dummy.h" - int ClientNMB = -1; int ClientDGRAM = -1; int global_nmb_port = -1; -- cgit