fix includes

This commit is contained in:
josch
2014-12-06 11:04:11 +01:00
parent 8468a39c0a
commit a5e5092c13
15 changed files with 1 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ int mfshell_cmd_auth(mfshell * mfshell, int argc, char *const argv[])
return -1;
mfshell->conn = mfconn_create(mfshell->server, username, password,
mfshell->app_id, mfshell->app_key);
mfshell->app_id, mfshell->app_key, 3);
if (mfshell->conn != NULL)
printf("\n\rAuthentication SUCCESS\n\r");

View File

@@ -24,7 +24,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_changes(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -23,7 +23,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/folder.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_chdir(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -23,7 +23,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/file.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_file(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -29,7 +29,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/folder.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
#define max_time_len 20

View File

@@ -29,7 +29,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/file.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
#include "../../utils/strings.h"
#include "../../utils/http.h"

View File

@@ -23,7 +23,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/file.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_links(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -22,7 +22,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../../mfapi/folder.h"
#include "../../mfapi/file.h"
#include "../commands.h" // IWYU pragma: keep

View File

@@ -22,7 +22,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/folder.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_mkdir(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -26,7 +26,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../../mfapi/folder.h"
#include "../commands.h" // IWYU pragma: keep

View File

@@ -22,7 +22,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_rm(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -22,7 +22,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_rmdir(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -23,7 +23,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_status(mfshell * mfshell, int argc, char *const argv[])

View File

@@ -24,7 +24,6 @@
#include <inttypes.h>
#include "../../mfapi/apicalls.h"
#include "../../mfapi/mfconn.h"
#include "../../mfapi/patch.h"
#include "../mfshell.h"
#include "../commands.h" // IWYU pragma: keep

View File

@@ -21,7 +21,6 @@
#include "../../mfapi/apicalls.h"
#include "../mfshell.h"
#include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep
int mfshell_cmd_whoami(mfshell * mfshell, int argc, char *const argv[])