From dd9d40a0e6a908ea6ea50161352cf166dc11b9ff Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 25 Oct 2011 15:53:41 +0200 Subject: [PATCH] s3:lib/addrchange.h: include libreplace headers before others Also we typically don't use an explicit "lib/replace/" prefix. metze --- source3/lib/addrchange.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/lib/addrchange.h b/source3/lib/addrchange.h index fa8e8e33b98..1106380e910 100644 --- a/source3/lib/addrchange.h +++ b/source3/lib/addrchange.h @@ -19,11 +19,11 @@ #ifndef __ADDRCHANGE_H__ #define __ADDRCHANGE_H__ +#include "replace.h" +#include "system/network.h" #include #include #include "libcli/util/ntstatus.h" -#include "lib/replace/replace.h" -#include "lib/replace/system/network.h" struct addrchange_context; -- 2.11.4.GIT