mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
lib: Remove a few #include "includes.h"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
b4a3c22acd
commit
e2d30fd5b7
@ -31,8 +31,9 @@
|
||||
conversion
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "system/locale.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
|
||||
static int d_vfprintf(FILE *f, const char *format, va_list ap)
|
||||
PRINTF_ATTRIBUTE(2,0);
|
||||
|
@ -17,7 +17,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
#include "system/filesys.h"
|
||||
|
||||
/**
|
||||
|
@ -19,8 +19,10 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "system/locale.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
#include "lib/util/debug.h"
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
@ -28,7 +28,8 @@
|
||||
* @brief MS-style Filename matching
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
#include "libcli/smb/smb_constants.h"
|
||||
|
||||
static int null_match(const char *p)
|
||||
|
@ -19,7 +19,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
|
||||
/****************************************************************************
|
||||
Add a gid to an array of gids if it's not already there.
|
||||
|
@ -22,7 +22,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "dynconfig/dynconfig.h"
|
||||
#include "lib/util/util_paths.h"
|
||||
#include "system/passwd.h"
|
||||
|
@ -21,7 +21,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
#include "system/locale.h"
|
||||
#include "smb_strtox.h"
|
||||
#undef strncasecmp
|
||||
|
@ -21,7 +21,9 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "system/locale.h"
|
||||
#include "lib/util/samba_util.h"
|
||||
|
||||
/**
|
||||
Do a case-insensitive, whitespace-ignoring ASCII string compare.
|
||||
|
@ -17,7 +17,8 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "replace.h"
|
||||
#include "lib/util/debug.h"
|
||||
#include "lib/util/util_str_escape.h"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user