diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-08 12:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:38 -0500 |
commit | ffeee68e4b72dd94fee57366bd8d38b8c284c3d4 (patch) | |
tree | a34ba763c0c9d4dc10a58484ed8277f2a6cbfa2f /source4/scripting/ejs | |
parent | 1dfe79de91858d7568a1131d010a383e459dd8f9 (diff) | |
download | samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.gz samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.bz2 samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.zip |
r25026: Move param/param.h out of includes.h
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
Diffstat (limited to 'source4/scripting/ejs')
-rw-r--r-- | source4/scripting/ejs/smbcalls.c | 1 | ||||
-rw-r--r-- | source4/scripting/ejs/smbcalls.h | 1 | ||||
-rw-r--r-- | source4/scripting/ejs/smbcalls_cli.c | 1 | ||||
-rw-r--r-- | source4/scripting/ejs/smbcalls_config.c | 1 | ||||
-rw-r--r-- | source4/scripting/ejs/smbcalls_param.c | 2 |
5 files changed, 5 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c index bc7994a007..08b9eac5c1 100644 --- a/source4/scripting/ejs/smbcalls.c +++ b/source4/scripting/ejs/smbcalls.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "param/param.h" #include "scripting/ejs/smbcalls.h" #include "build.h" #include "version.h" diff --git a/source4/scripting/ejs/smbcalls.h b/source4/scripting/ejs/smbcalls.h index 77d9dd3381..3aaf324b6e 100644 --- a/source4/scripting/ejs/smbcalls.h +++ b/source4/scripting/ejs/smbcalls.h @@ -38,4 +38,5 @@ struct ldb_context; struct ldb_message; struct cli_credentials; +#include "param/param.h" #include "scripting/ejs/proto.h" diff --git a/source4/scripting/ejs/smbcalls_cli.c b/source4/scripting/ejs/smbcalls_cli.c index fc26fddfd5..02b948182a 100644 --- a/source4/scripting/ejs/smbcalls_cli.c +++ b/source4/scripting/ejs/smbcalls_cli.c @@ -27,6 +27,7 @@ #include "libcli/smb_composite/smb_composite.h" #include "libcli/libcli.h" #include "auth/credentials/credentials.h" +#include "param/param.h" #if 0 diff --git a/source4/scripting/ejs/smbcalls_config.c b/source4/scripting/ejs/smbcalls_config.c index 6f15ee5a4a..b31b70bda8 100644 --- a/source4/scripting/ejs/smbcalls_config.c +++ b/source4/scripting/ejs/smbcalls_config.c @@ -25,6 +25,7 @@ #include "param/loadparm.h" #include "system/network.h" #include "lib/socket/netif.h" +#include "param/param.h" /* return a list of defined services diff --git a/source4/scripting/ejs/smbcalls_param.c b/source4/scripting/ejs/smbcalls_param.c index afdee28a65..0e7a83457a 100644 --- a/source4/scripting/ejs/smbcalls_param.c +++ b/source4/scripting/ejs/smbcalls_param.c @@ -20,9 +20,9 @@ */ #include "includes.h" +#include "param/param.h" #include "scripting/ejs/smbcalls.h" #include "lib/appweb/ejs/ejs.h" -#include "param/param.h" /* get parameter |