diff --git a/src/screen.c b/src/screen.c index 3f709684d..40444ca25 100644 --- a/src/screen.c +++ b/src/screen.c @@ -30,8 +30,6 @@ # include /* For chdir(), readlink() and getwd()/getcwd() */ #endif -#include "mc.h" - #include "mem.h" #include "mad.h" #include "global.h" @@ -55,7 +53,7 @@ #include "widget.h" #include "../vfs/vfs.h" #include "../vfs/extfs.h" - +#include #ifdef NEEDS_DRIVE_H # include "drive.h" #endif