mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3:lib/addrchange.h: include libreplace headers before others
Also we typically don't use an explicit "lib/replace/" prefix. metze
This commit is contained in:
parent
254601df4d
commit
dd9d40a0e6
@ -19,11 +19,11 @@
|
|||||||
#ifndef __ADDRCHANGE_H__
|
#ifndef __ADDRCHANGE_H__
|
||||||
#define __ADDRCHANGE_H__
|
#define __ADDRCHANGE_H__
|
||||||
|
|
||||||
|
#include "replace.h"
|
||||||
|
#include "system/network.h"
|
||||||
#include <talloc.h>
|
#include <talloc.h>
|
||||||
#include <tevent.h>
|
#include <tevent.h>
|
||||||
#include "libcli/util/ntstatus.h"
|
#include "libcli/util/ntstatus.h"
|
||||||
#include "lib/replace/replace.h"
|
|
||||||
#include "lib/replace/system/network.h"
|
|
||||||
|
|
||||||
struct addrchange_context;
|
struct addrchange_context;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user