diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 16:21:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:17 -0500 |
commit | e5ea1d369120734f7a5355469e9e767c6e92ff53 (patch) | |
tree | fbff3e745653575b34ffa0bbb11b5fce9cf8f692 /source4/include | |
parent | 7651d097b44bd5743e58ce67333e00133df11eda (diff) | |
download | samba-e5ea1d369120734f7a5355469e9e767c6e92ff53.tar.gz samba-e5ea1d369120734f7a5355469e9e767c6e92ff53.tar.xz samba-e5ea1d369120734f7a5355469e9e767c6e92ff53.zip |
r14384: Remove orpc code from includes.h
(This used to be commit 206d182cfb78ec2258ceca1be2dd5e3c06649312)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 43e07ad482..f7504dcf5d 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -116,7 +116,6 @@ enum brl_type { #include "libcli/util/nterr.h" #include "libcli/util/doserr.h" #include "librpc/ndr/libndr.h" -#include "librpc/ndr/ndr_orpc.h" #include "librpc/rpc/dcerpc.h" #include "libcli/nbt/libnbt.h" #include "libcli/util/proto.h" |