From d89427ad271470bee11cfb0283e76d7b8a48e416 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 29 Jan 2010 21:36:23 +0100 Subject: Revert "s4:include/includes.h - Need to include "system/network.h"" This reverts commit 97fd03a15a694450e80310fc776a58c6fde58a52. This obviously broke the build. Revert it for now. --- source4/include/includes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/includes.h b/source4/include/includes.h index 21f392520f..8d28808194 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -33,7 +33,6 @@ #include "system/time.h" #include "system/wait.h" #include "system/locale.h" -#include "system/network.h" /* only do the C++ reserved word check when we compile to include --with-developer since too many systems -- cgit