diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-02-11 02:08:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:41 -0500 |
commit | 9515fc4406464b6a015a06d89ca0370810977486 (patch) | |
tree | 0b4d26f02346df10ae9590ccebdf9e2f792e159b /source4/libcli/composite/fetchfile.c | |
parent | ecbde2c1c697f756743fb1b1a489373ee06deb65 (diff) | |
download | samba-9515fc4406464b6a015a06d89ca0370810977486.tar.gz samba-9515fc4406464b6a015a06d89ca0370810977486.tar.bz2 samba-9515fc4406464b6a015a06d89ca0370810977486.zip |
r5322: removed a whole bunch of #include lines that minimal_includes.pl
thinks are not needed. Now to see how this fares on the build farm :)
(This used to be commit 80ffcc650c9c86141507edd8338b97814a85f868)
Diffstat (limited to 'source4/libcli/composite/fetchfile.c')
-rw-r--r-- | source4/libcli/composite/fetchfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/composite/fetchfile.c b/source4/libcli/composite/fetchfile.c index 4f63f6328f..a7d6f2ffd8 100644 --- a/source4/libcli/composite/fetchfile.c +++ b/source4/libcli/composite/fetchfile.c @@ -24,7 +24,6 @@ #include "includes.h" #include "libcli/raw/libcliraw.h" #include "libcli/composite/composite.h" -#include "librpc/gen_ndr/ndr_security.h" enum fetchfile_stage {FETCHFILE_CONNECT, FETCHFILE_READ}; |