1
0
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:
Volker Lendecke 2022-06-25 11:07:44 +02:00 committed by Ralph Boehme
parent b4a3c22acd
commit e2d30fd5b7
9 changed files with 19 additions and 9 deletions

View File

@ -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);

View File

@ -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"
/**

View File

@ -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

View 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)

View File

@ -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.

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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"