From e8c2ed1d489ad67451459c69877ccba41b157e88 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 19:24:50 +0100 Subject: Revert "s4:heimdal_build: include "system/network.h" via config.h wrapper" This reverts commit 334c6e6b78de8529fce0061efd5249f8fe2d256f. This breaks the build later in the ntvfs code... metze --- source4/heimdal_build/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/heimdal_build/config.h') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 114e53643c..6a82637b2d 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -8,7 +8,6 @@ #include "include/config.h" #include "../replace/replace.h" -#include "system/network.h" #if !defined(HAVE_DIRFD) && !defined(HAVE_DIRFD_DECL) && !defined(dirfd) #define dirfd(d) (-1) -- cgit