diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 00:12:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:14 -0500 |
commit | 9865048bf41acff37d021a0773347d36bcac3798 (patch) | |
tree | 1e40452cd7124806c75e8edbbea72d72eb7c14eb /source4/include | |
parent | 2b06074b2561ba60d680655149dcfc8b12517976 (diff) | |
download | samba-9865048bf41acff37d021a0773347d36bcac3798.tar.gz samba-9865048bf41acff37d021a0773347d36bcac3798.tar.bz2 samba-9865048bf41acff37d021a0773347d36bcac3798.zip |
r14361: Support 'helper' attribute in pidl and use it.
Remove some headers from include/includes.h (they're now only included
in the file they are used)
(This used to be commit 7213b7498eacac2c2cd03cf6aace376ce153cc7c)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 68d4d0e4a2..b613a18633 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -125,14 +125,7 @@ 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" +/* FIXME: This header should be included by pidl where necessary */ #include "librpc/ndr/ndr_compression.h" #undef _PRINTF_ATTRIBUTE |