From 7a121583b496a8fc0c1fcf44504d814700273e40 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Mar 2006 22:36:07 +0000 Subject: r14349: Kill proto.h! Prototypes are now spread over multiple headers, usually one per subsystem. This change is required to allow proper header dependencies later on, without recompiling Samba each time the mtime of any source file changes. (This used to be commit 3da79bf909f801386a52e6013db399c384d0401c) --- source4/include/includes.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'source4/include/includes.h') diff --git a/source4/include/includes.h b/source4/include/includes.h index fb3bf44bf4..68d4d0e4a2 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -125,12 +125,19 @@ enum brl_type { #include "libcli/nbt/libnbt.h" #include "libcli/util/proto.h" +/* These headers are used by the NDR parsers. They are globally + * included at the moment, but will be included by the autogenerated + * NDR parsers later on and removed from here. */ +#include "libcli/nbt/nbtname.h" +#include "librpc/ndr/ndr_sec.h" +#include "librpc/ndr/ndr_drsuapi.h" +#include "librpc/ndr/ndr_spoolss_buf.h" +#include "librpc/ndr/ndr_krb5pac.h" +#include "librpc/ndr/ndr_compression.h" + #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) -/***** automatically generated prototypes *****/ -#include "include/proto.h" - /* String routines */ #include "util/safe_string.h" -- cgit