mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
s4:libnet/py_net.c - fix up includes (in order to find all "struct"s)
Reviewed-by: Jelmer
This commit is contained in:
parent
50310ad75d
commit
b759dc9f39
@ -21,7 +21,6 @@
|
||||
|
||||
#include <Python.h>
|
||||
#include "includes.h"
|
||||
#include <ldb.h>
|
||||
#include <pyldb.h>
|
||||
#include "libnet.h"
|
||||
#include "auth/credentials/pycredentials.h"
|
||||
@ -30,9 +29,9 @@
|
||||
#include "param/pyparam.h"
|
||||
#include "auth/gensec/gensec.h"
|
||||
#include "librpc/rpc/pyrpc_util.h"
|
||||
#include "libcli/finddc.h"
|
||||
#include "libcli/resolve/resolve.h"
|
||||
#include "dsdb/common/proto.h"
|
||||
#include "libcli/finddc.h"
|
||||
#include "dsdb/samdb/samdb.h"
|
||||
|
||||
void initnet(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user