remove some useless includes

This commit is contained in:
josch
2014-09-24 21:28:22 +02:00
parent dacb6937f1
commit 2e28ae16e2
2 changed files with 0 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
#include "../../mfapi/apicalls.h" #include "../../mfapi/apicalls.h"
#include "../mfshell.h" #include "../mfshell.h"
#include "../../mfapi/folder.h"
#include "../../mfapi/mfconn.h" #include "../../mfapi/mfconn.h"
#include "../commands.h" // IWYU pragma: keep #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"); fprintf(stderr, "Invalid number of arguments\n");
return -1; return -1;
} }
// first folders // first folders
retval = retval =
mfconn_api_folder_get_content(mfshell->conn, 0, mfshell->folder_curr); mfconn_api_folder_get_content(mfshell->conn, 0, mfshell->folder_curr);

View File

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