diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-23 15:26:26 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-23 15:26:26 +0000 |
commit | fcf02cbb7588d7a7639221d98b8aaf4c8479d822 (patch) | |
tree | eab0c3e708f890af833af950fa8528f016ed7f56 /lib/imap.h | |
parent | 419bcf9d6003bd8ddc484fa1f14c5dde1e97e9bf (diff) | |
download | curl-fcf02cbb7588d7a7639221d98b8aaf4c8479d822.tar.gz |
pingpong: Moved curl_ftptransfer definition to pingpong.h
Moved the ftp transfer structure into pingpong.h so other protocols that
require it don't have to include ftp.h.
Diffstat (limited to 'lib/imap.h')
-rw-r--r-- | lib/imap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/imap.h b/lib/imap.h index 7ab1af7b3..1841ddf61 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -23,7 +23,6 @@ ***************************************************************************/ #include "pingpong.h" -#include "ftp.h" /**************************************************************************** * IMAP unique setup |