mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
Rearanged #include's, so glib.h follows fs.h, but preceed util.h and mad.h,
as this required for proper defenition of memory debbuger.
This commit is contained in:
parent
8cdf4d3f6f
commit
f28489d29a
@ -1,3 +1,9 @@
|
||||
Tue Jan 19 05:28:04 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* ext.c, filenot.c, main.c, screen.c, treestore.c: add missed #include's
|
||||
and moved glib.h so, it follows "fs.h", but preceed "util.h" and "mad.h".
|
||||
There were conflicts during compilation with MAD and GLibed vfs.
|
||||
|
||||
Mon Jan 18 21:23:29 1999 Paul Sheer <psheer@obsidian.co.za>
|
||||
|
||||
* cmd.c: update_panels (UP_OPTIMIZE, UP_KEEPSEL); instead
|
||||
|
@ -34,11 +34,14 @@
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include "mad.h"
|
||||
|
||||
#include "user.h"
|
||||
#include "main.h"
|
||||
#include "fs.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include "util.h"
|
||||
#include "mad.h"
|
||||
#include "dialog.h"
|
||||
#include "global.h"
|
||||
#include "ext.h"
|
||||
@ -52,7 +55,6 @@
|
||||
#ifdef SCO_FLAVOR
|
||||
#include <sys/wait.h>
|
||||
#endif /* SCO_FLAVOR */
|
||||
#include <glib.h>
|
||||
|
||||
/* If set, we execute the file command to check the file type */
|
||||
int use_file_to_check_type = 1;
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include "util.h"
|
||||
#include "mad.h"
|
||||
#include <errno.h>
|
||||
#include "../vfs/vfs.h"
|
||||
|
||||
|
@ -84,6 +84,8 @@
|
||||
# include "gcorba.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/* Program include files */
|
||||
#include "x.h"
|
||||
#include "mad.h"
|
||||
@ -138,7 +140,6 @@
|
||||
#include "../vfs/vfs.h"
|
||||
#include "../vfs/extfs.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include "popt.h"
|
||||
|
||||
/* "$Id$" */
|
||||
|
@ -31,6 +31,8 @@
|
||||
#endif
|
||||
/*#include "mc.h"*/
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "mem.h"
|
||||
#include "mad.h"
|
||||
#include "global.h"
|
||||
@ -54,7 +56,6 @@
|
||||
#include "widget.h"
|
||||
#include "../vfs/vfs.h"
|
||||
#include "../vfs/extfs.h"
|
||||
#include <glib.h>
|
||||
#ifdef NEEDS_DRIVE_H
|
||||
# include "drive.h"
|
||||
#endif
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include "fs.h"
|
||||
#include "../vfs/vfs.h"
|
||||
#include "util.h"
|
||||
#include "mad.h"
|
||||
#include "treestore.h"
|
||||
#ifdef OS2_NT
|
||||
# include <io.h>
|
||||
|
Loading…
Reference in New Issue
Block a user