mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Reorder includes
This commit is contained in:
parent
4a9de48d60
commit
f6a9eb9d1d
@ -7,16 +7,16 @@
|
||||
*
|
||||
*/
|
||||
#include <config.h>
|
||||
#include "treestore.h"
|
||||
#include "global.h"
|
||||
#include <gnome.h>
|
||||
#include "gtkdtree.h"
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "global.h"
|
||||
#include "dir-open.xpm"
|
||||
#include "dir-close.xpm"
|
||||
#include "treestore.h"
|
||||
#include "gtkdtree.h"
|
||||
|
||||
#ifdef HACK
|
||||
# define mc_opendir opendir
|
||||
|
Loading…
Reference in New Issue
Block a user