diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 00:03:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:06 +0200 |
commit | 99f4a6454356c563704c6acb762679a6afa90737 (patch) | |
tree | cf3891ae73943313a5a5b395df78ef672b4f714c /source3/include | |
parent | d85f140826374dd5ad3e7099b6bdb74967c6b9da (diff) | |
download | samba-99f4a6454356c563704c6acb762679a6afa90737.tar.gz samba-99f4a6454356c563704c6acb762679a6afa90737.tar.bz2 samba-99f4a6454356c563704c6acb762679a6afa90737.zip |
s3-trans2: only include trans2.h where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 346829d2dc..1655cfea69 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -539,7 +539,6 @@ typedef char fstring[FSTRING_LEN]; #include "../lib/util/time.h" #include "libads/ads_status.h" -#include "trans2.h" #include "../libcli/util/error.h" #include "ntioctl.h" #include "../lib/util/charset/charset.h" |