diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-19 13:26:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:17 -0500 |
commit | d2a666acbe04f741387ff4351e3971b24f1c3b14 (patch) | |
tree | c200fed4cde1e7d251b8c5ed8c15963e5cb16a8f /source4/scripting/ejs | |
parent | 349294d358481e1af460d1ade97987474dad9e43 (diff) | |
download | samba-d2a666acbe04f741387ff4351e3971b24f1c3b14.tar.gz samba-d2a666acbe04f741387ff4351e3971b24f1c3b14.tar.bz2 samba-d2a666acbe04f741387ff4351e3971b24f1c3b14.zip |
r10316: More dynconfig fixes
(This used to be commit 0963ab9c148772b961f17ec779213b0eb861e1dd)
Diffstat (limited to 'source4/scripting/ejs')
-rw-r--r-- | source4/scripting/ejs/smbcalls_config.c | 1 | ||||
-rw-r--r-- | source4/scripting/ejs/smbcalls_param.c | 1 | ||||
-rw-r--r-- | source4/scripting/ejs/smbscript.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/source4/scripting/ejs/smbcalls_config.c b/source4/scripting/ejs/smbcalls_config.c index a69c3d81f9..a64d57a359 100644 --- a/source4/scripting/ejs/smbcalls_config.c +++ b/source4/scripting/ejs/smbcalls_config.c @@ -24,7 +24,6 @@ #include "scripting/ejs/smbcalls.h" #include "lib/appweb/ejs/ejs.h" #include "param/loadparm.h" -#include "dynconfig.h" /* return a list of defined services diff --git a/source4/scripting/ejs/smbcalls_param.c b/source4/scripting/ejs/smbcalls_param.c index 578df1b087..23f90c971e 100644 --- a/source4/scripting/ejs/smbcalls_param.c +++ b/source4/scripting/ejs/smbcalls_param.c @@ -24,7 +24,6 @@ #include "scripting/ejs/smbcalls.h" #include "lib/appweb/ejs/ejs.h" #include "param/generic.h" -#include "dynconfig.h" /* get parameter diff --git a/source4/scripting/ejs/smbscript.c b/source4/scripting/ejs/smbscript.c index f8d6d507d4..e0123eee87 100644 --- a/source4/scripting/ejs/smbscript.c +++ b/source4/scripting/ejs/smbscript.c @@ -22,7 +22,6 @@ */ #include "includes.h" -#include "dynconfig.h" #include "lib/appweb/ejs/ejs.h" #include "lib/appweb/ejs/ejsInternal.h" #include "scripting/ejs/smbcalls.h" |