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