diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 00:12:58 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 00:12:58 +0000 |
commit | 0f3e8a8d3db69d49f75c3531db15f605c02bc3ba (patch) | |
tree | 5626ccd40b27cc9e2508baddaf6a1ee8c571135b /source/include | |
parent | 9dab097184635207d0e164b50d1ec3cf42a25be5 (diff) | |
download | samba-0f3e8a8d3db69d49f75c3531db15f605c02bc3ba.tar.gz samba-0f3e8a8d3db69d49f75c3531db15f605c02bc3ba.tar.xz samba-0f3e8a8d3db69d49f75c3531db15f605c02bc3ba.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)
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/includes.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 68d4d0e4a24..b613a18633e 100644 --- a/source/include/includes.h +++ b/source/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 |