1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r10316: More dynconfig fixes

(This used to be commit 0963ab9c14)
This commit is contained in:
Jelmer Vernooij
2005-09-19 13:26:07 +00:00
committed by Gerald (Jerry) Carter
parent 349294d358
commit d2a666acbe
11 changed files with 1 additions and 10 deletions

View File

@ -20,7 +20,6 @@
*/ */
#include "includes.h" #include "includes.h"
#include "dynconfig.h"
#include "librpc/gen_ndr/ndr_epmapper.h" #include "librpc/gen_ndr/ndr_epmapper.h"
#include "librpc/gen_ndr/ndr_mgmt.h" #include "librpc/gen_ndr/ndr_mgmt.h"
#include "gtk/common/select.h" #include "gtk/common/select.h"

View File

@ -20,7 +20,6 @@
*/ */
#include "includes.h" #include "includes.h"
#include "dynconfig.h"
#include "lib/registry/registry.h" #include "lib/registry/registry.h"
#include "lib/cmdline/popt_common.h" #include "lib/cmdline/popt_common.h"
#include "gtk/common/select.h" #include "gtk/common/select.h"

View File

@ -20,7 +20,6 @@
*/ */
#include "includes.h" #include "includes.h"
#include "dynconfig.h"
#include "librpc/gen_ndr/ndr_atsvc.h" #include "librpc/gen_ndr/ndr_atsvc.h"
#include "gtk/common/select.h" #include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h" #include "gtk/common/gtk-smb.h"

View File

@ -20,7 +20,6 @@
*/ */
#include "includes.h" #include "includes.h"
#include "dynconfig.h"
#include "librpc/gen_ndr/ndr_samr.h" #include "librpc/gen_ndr/ndr_samr.h"
#include "gtk/common/select.h" #include "gtk/common/select.h"
#include "gtk/common/gtk-smb.h" #include "gtk/common/gtk-smb.h"

View File

@ -20,7 +20,6 @@
#include "includes.h" #include "includes.h"
#include "version.h" #include "version.h"
#include "dynconfig.h"
#include "system/filesys.h" #include "system/filesys.h"
#include "system/passwd.h" #include "system/passwd.h"
#include "lib/cmdline/popt_common.h" #include "lib/cmdline/popt_common.h"

View File

@ -22,7 +22,6 @@
#include "includes.h" #include "includes.h"
#include "version.h" #include "version.h"
#include "dynconfig.h"
#include "system/filesys.h" #include "system/filesys.h"
#include "system/passwd.h" #include "system/passwd.h"
#include "lib/cmdline/popt_common.h" #include "lib/cmdline/popt_common.h"

View File

@ -55,6 +55,7 @@
#include "includes.h" #include "includes.h"
#include "version.h" #include "version.h"
#include "dynconfig.h" #include "dynconfig.h"
#include "pstring.h"
#include "system/time.h" #include "system/time.h"
#include "system/iconv.h" #include "system/iconv.h"
#include "system/network.h" #include "system/network.h"

View File

@ -24,7 +24,6 @@
#include "scripting/ejs/smbcalls.h" #include "scripting/ejs/smbcalls.h"
#include "lib/appweb/ejs/ejs.h" #include "lib/appweb/ejs/ejs.h"
#include "param/loadparm.h" #include "param/loadparm.h"
#include "dynconfig.h"
/* /*
return a list of defined services return a list of defined services

View File

@ -24,7 +24,6 @@
#include "scripting/ejs/smbcalls.h" #include "scripting/ejs/smbcalls.h"
#include "lib/appweb/ejs/ejs.h" #include "lib/appweb/ejs/ejs.h"
#include "param/generic.h" #include "param/generic.h"
#include "dynconfig.h"
/* /*
get parameter get parameter

View File

@ -22,7 +22,6 @@
*/ */
#include "includes.h" #include "includes.h"
#include "dynconfig.h"
#include "lib/appweb/ejs/ejs.h" #include "lib/appweb/ejs/ejs.h"
#include "lib/appweb/ejs/ejsInternal.h" #include "lib/appweb/ejs/ejsInternal.h"
#include "scripting/ejs/smbcalls.h" #include "scripting/ejs/smbcalls.h"

View File

@ -42,7 +42,6 @@
/*****************************************************/ /*****************************************************/
#include "includes.h" #include "includes.h"
#include "dynconfig.h"
#include "utils/net/net.h" #include "utils/net/net.h"
#include "lib/cmdline/popt_common.h" #include "lib/cmdline/popt_common.h"