|
@@ -34,18 +34,21 @@
|
|
|
|
|
|
#include "lib/global.h"
|
|
|
#include "lib/tty/tty.h"
|
|
|
+#include "lib/search.h"
|
|
|
+#include "lib/fileloc.h"
|
|
|
+
|
|
|
+#include "consaver/cons.saver.h"
|
|
|
+#include "viewer/mcviewer.h"
|
|
|
+
|
|
|
+#include "lib/vfs/mc-vfs/vfs.h"
|
|
|
+
|
|
|
#include "user.h"
|
|
|
#include "main.h"
|
|
|
#include "wtools.h"
|
|
|
#include "ext.h"
|
|
|
#include "execute.h"
|
|
|
#include "history.h"
|
|
|
-#include "consaver/cons.saver.h"
|
|
|
#include "layout.h"
|
|
|
-#include "lib/search.h"
|
|
|
-#include "src/viewer/mcviewer.h"
|
|
|
-
|
|
|
-#include "lib/vfs/mc-vfs/vfs.h"
|
|
|
|
|
|
/* If set, we execute the file command to check the file type */
|
|
|
int use_file_to_check_type = 1;
|