1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

s3-interfaces: only include interfaces.h where needed.

Guenther
This commit is contained in:
Günther Deschner 2011-02-24 23:51:28 +01:00
parent 1ce4d2d83a
commit 1f6aecb5cf
5 changed files with 4 additions and 1 deletions

View File

@ -543,7 +543,6 @@ extern void *cmdline_lp_ctx;
#include "../lib/util/asn1.h"
#include "libads/ads_status.h"
#include "interfaces.h"
#include "trans2.h"
#include "../libcli/util/error.h"
#include "ntioctl.h"

View File

@ -12,6 +12,7 @@
#include "includes.h"
#include "memcache.h"
#include "interfaces.h"
#define NAME_INDEX 0
#define ADDR_INDEX 1

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "interfaces.h"
static struct iface_struct *probed_ifaces;
static int total_probed;

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "interfaces.h"
/****************************************************************************
Create a struct sockaddr_storage with the netmask bits set to 1.

View File

@ -23,6 +23,7 @@
#include "memcache.h"
#include "../lib/async_req/async_sock.h"
#include "../lib/util/select.h"
#include "interfaces.h"
/****************************************************************************
Get a port number in host byte order from a sockaddr_storage.