mirror of https://github.com/MidnightCommander/mc
Remove unneeded includes in ../src
This commit is contained in:
parent
67e8519191
commit
50045218ab
|
@ -22,10 +22,6 @@
|
|||
#include "utilvfs.h"
|
||||
#include "xdirentry.h"
|
||||
|
||||
/* #include "utilvfs.h" */
|
||||
|
||||
#include "../src/dialog.h"
|
||||
|
||||
enum {
|
||||
STATUS_START,
|
||||
STATUS_OK,
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include "utilvfs.h"
|
||||
#include "xdirentry.h"
|
||||
#include "../src/tty.h"
|
||||
|
||||
#define CALL(x) if (MEDATA->x) MEDATA->x
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#endif
|
||||
#include <errno.h>
|
||||
#include "utilvfs.h"
|
||||
#include "../src/dialog.h"
|
||||
#include "../src/execute.h" /* For shell_execute */
|
||||
#include "vfs.h"
|
||||
#include "extfs.h"
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#undef HAVE_HACKED_SSH
|
||||
|
||||
#include "utilvfs.h"
|
||||
#include "../src/dialog.h" /* For MSG_ERROR */
|
||||
|
||||
#include "xdirentry.h"
|
||||
#include "vfs.h"
|
||||
|
|
|
@ -73,7 +73,6 @@ What to do with this?
|
|||
#include "xdirentry.h"
|
||||
#include "vfs.h"
|
||||
#include "tcputil.h"
|
||||
#include "../src/dialog.h"
|
||||
#include "../src/setup.h" /* for load_anon_passwd */
|
||||
#include "ftpfs.h"
|
||||
#ifndef MAXHOSTNAMELEN
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
#include "mcfs.h"
|
||||
#include "mcfsutil.h"
|
||||
#include "tcputil.h"
|
||||
#include "../src/dialog.h"
|
||||
|
||||
#define MCFS_MAX_CONNECTIONS 32
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "vfs.h"
|
||||
#include "local.h"
|
||||
#include "../src/execute.h"
|
||||
#include "../src/execute.h" /* EXECUTE_AS_SHELL */
|
||||
|
||||
struct cachedfile {
|
||||
char *name, *cache;
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
#include "vfs.h"
|
||||
#include "smbfs.h"
|
||||
#include "../src/dialog.h"
|
||||
|
||||
#define SMBFS_MAX_CONNECTIONS 16
|
||||
static const char * const IPC = "IPC$";
|
||||
|
|
Loading…
Reference in New Issue