diff options
author | Günther Deschner <gd@samba.org> | 2011-02-26 00:56:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 9bd06f6bc72ffd414e417a99cca425f047810b3c (patch) | |
tree | 94c6644f855ab0150a5bb56f7fea0d625e56ff81 /source3/include | |
parent | 0a250f4946a6045290229a276acf1e007c61450e (diff) | |
download | samba-9bd06f6bc72ffd414e417a99cca425f047810b3c.tar.gz samba-9bd06f6bc72ffd414e417a99cca425f047810b3c.tar.bz2 samba-9bd06f6bc72ffd414e417a99cca425f047810b3c.zip |
s3-build: only include transfer_file.h where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 8440108e42..7da7ba29f2 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -605,9 +605,6 @@ enum flush_reason_enum { #include "srvstr.h" #include "safe_string.h" -/* prototypes from lib/util_transfer_file.c */ -#include "transfer_file.h" - #ifndef SIGCLD #define SIGCLD SIGCHLD #endif |