From ba3bb89e5d49d6b58029eb20011d66cd6cbf0f36 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 15 Jan 1999 19:46:07 +0000 Subject: [PATCH] Timur, do not commit changes that include parts of your other hacks --- src/screen.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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