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