hewei 6 vuotta sitten
vanhempi
commit
a287e5317e
2 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 2
      base/hlog.h
  2. 0 2
      protocol/ftp.c

+ 0 - 2
base/hlog.h

@@ -5,8 +5,6 @@
  * hlog is thread-safe
  */
 
-#include <stdio.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif

+ 0 - 2
protocol/ftp.c

@@ -158,8 +158,6 @@ int ftp_download_with_cb(ftp_handle_t* hftp, const char* filepath, ftp_download_
     return status_code == FTP_STATUS_TRANSFER_COMPLETE ? 0 : status_code;
 }
 
-#include <stdio.h>
-
 // local => remote
 int ftp_upload(ftp_handle_t* hftp, const char* local_filepath, const char* remote_filepath) {
     int status_code = ftp_exec(hftp, "PASV", NULL);