diff --git a/mfshell/commands/list.c b/mfshell/commands/list.c index 1f84047..bea5e4d 100644 --- a/mfshell/commands/list.c +++ b/mfshell/commands/list.c @@ -21,7 +21,6 @@ #include "../../mfapi/apicalls.h" #include "../mfshell.h" -#include "../../mfapi/folder.h" #include "../../mfapi/mfconn.h" #include "../commands.h" // IWYU pragma: keep @@ -37,7 +36,6 @@ int mfshell_cmd_list(mfshell * mfshell, int argc, char *const argv[]) fprintf(stderr, "Invalid number of arguments\n"); return -1; } - // first folders retval = mfconn_api_folder_get_content(mfshell->conn, 0, mfshell->folder_curr); diff --git a/mfshell/commands/status.c b/mfshell/commands/status.c index f8b86a5..368ed4b 100644 --- a/mfshell/commands/status.c +++ b/mfshell/commands/status.c @@ -21,7 +21,6 @@ #include "../../mfapi/apicalls.h" #include "../mfshell.h" -#include "../../mfapi/folder.h" #include "../../mfapi/mfconn.h" #include "../commands.h" // IWYU pragma: keep