diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-25 00:22:50 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-25 00:24:07 +0200 |
commit | d76758ab9f3cb63d9f0710e09001f4c97c8690c9 (patch) | |
tree | 0055e96a7a8e8d821957c06b867c9a518bcf0402 | |
parent | 4ba00ab57b89e58a94b73f58fd83851ba54d771b (diff) | |
download | samba-d76758ab9f3cb63d9f0710e09001f4c97c8690c9.tar.gz samba-d76758ab9f3cb63d9f0710e09001f4c97c8690c9.tar.bz2 samba-d76758ab9f3cb63d9f0710e09001f4c97c8690c9.zip |
libcli/smb: remove unused includes from read_smb.h
metze
-rw-r--r-- | libcli/smb/read_smb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/smb/read_smb.h b/libcli/smb/read_smb.h index ae4dfdd63a..1df2dc2363 100644 --- a/libcli/smb/read_smb.h +++ b/libcli/smb/read_smb.h @@ -20,8 +20,8 @@ #ifndef __LIBSMB_READ_SMB_H #define __LIBSMB_READ_SMB_H -#include "lib/talloc/talloc.h" -#include "lib/tevent/tevent.h" +struct tevent_context; +struct tevent_req; struct tevent_req *read_smb_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, |