1
0
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:
Stefan Metzmacher 2011-10-25 15:53:41 +02:00
parent 254601df4d
commit dd9d40a0e6

View File

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