From d2a666acbe04f741387ff4351e3971b24f1c3b14 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 19 Sep 2005 13:26:07 +0000 Subject: r10316: More dynconfig fixes (This used to be commit 0963ab9c148772b961f17ec779213b0eb861e1dd) --- source4/scripting/ejs/smbcalls_config.c | 1 - source4/scripting/ejs/smbcalls_param.c | 1 - source4/scripting/ejs/smbscript.c | 1 - 3 files changed, 3 deletions(-) (limited to 'source4/scripting') 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" -- cgit