summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-19 13:26:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:17 -0500
commitd2a666acbe04f741387ff4351e3971b24f1c3b14 (patch)
treec200fed4cde1e7d251b8c5ed8c15963e5cb16a8f /source4
parent349294d358481e1af460d1ade97987474dad9e43 (diff)
downloadsamba-d2a666acbe04f741387ff4351e3971b24f1c3b14.tar.gz
samba-d2a666acbe04f741387ff4351e3971b24f1c3b14.tar.bz2
samba-d2a666acbe04f741387ff4351e3971b24f1c3b14.zip
r10316: More dynconfig fixes
(This used to be commit 0963ab9c148772b961f17ec779213b0eb861e1dd)
Diffstat (limited to 'source4')
-rw-r--r--source4/gtk/tools/gepdump.c1
-rw-r--r--source4/gtk/tools/gregedit.c1
-rw-r--r--source4/gtk/tools/gwcrontab.c1
-rw-r--r--source4/gtk/tools/gwsam.c1
-rw-r--r--source4/lib/cmdline/credentials.c1
-rw-r--r--source4/lib/cmdline/popt_common.c1
-rw-r--r--source4/param/loadparm.c1
-rw-r--r--source4/scripting/ejs/smbcalls_config.c1
-rw-r--r--source4/scripting/ejs/smbcalls_param.c1
-rw-r--r--source4/scripting/ejs/smbscript.c1
-rw-r--r--source4/utils/net/net.c1
11 files changed, 1 insertions, 10 deletions
diff --git a/source4/gtk/tools/gepdump.c b/source4/gtk/tools/gepdump.c
index 12ca93905d..1f8d156865 100644
--- a/source4/gtk/tools/gepdump.c
+++ b/source4/gtk/tools/gepdump.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "librpc/gen_ndr/ndr_epmapper.h"
#include "librpc/gen_ndr/ndr_mgmt.h"
#include "gtk/common/select.h"
diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c
index e00c33983e..5de09eb84e 100644
--- a/source4/gtk/tools/gregedit.c
+++ b/source4/gtk/tools/gregedit.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h"
#include "gtk/common/select.h"
diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c
index c8d8fd6929..a98fe412db 100644
--- a/source4/gtk/tools/gwcrontab.c
+++ b/source4/gtk/tools/gwcrontab.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "librpc/gen_ndr/ndr_atsvc.h"
#include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h"
diff --git a/source4/gtk/tools/gwsam.c b/source4/gtk/tools/gwsam.c
index 96e405c3a5..78f597500e 100644
--- a/source4/gtk/tools/gwsam.c
+++ b/source4/gtk/tools/gwsam.c
@@ -20,7 +20,6 @@
*/
#include "includes.h"
-#include "dynconfig.h"
#include "librpc/gen_ndr/ndr_samr.h"
#include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h"
diff --git a/source4/lib/cmdline/credentials.c b/source4/lib/cmdline/credentials.c
index f46a03b236..f164663118 100644
--- a/source4/lib/cmdline/credentials.c
+++ b/source4/lib/cmdline/credentials.c
@@ -20,7 +20,6 @@
#include "includes.h"
#include "version.h"
-#include "dynconfig.h"
#include "system/filesys.h"
#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c
index 333004e965..fe76292acb 100644
--- a/source4/lib/cmdline/popt_common.c
+++ b/source4/lib/cmdline/popt_common.c
@@ -22,7 +22,6 @@
#include "includes.h"
#include "version.h"
-#include "dynconfig.h"
#include "system/filesys.h"
#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index 184d63d7b9..8300f4598d 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -55,6 +55,7 @@
#include "includes.h"
#include "version.h"
#include "dynconfig.h"
+#include "pstring.h"
#include "system/time.h"
#include "system/iconv.h"
#include "system/network.h"
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"
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c
index b6f54a46ce..132b3a1c03 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -42,7 +42,6 @@
/*****************************************************/
#include "includes.h"
-#include "dynconfig.h"
#include "utils/net/net.h"
#include "lib/cmdline/popt_common.h"