src/editor/editcmd.c: remove unneeded include layout.h.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-05-01 10:25:36 +04:00 committed by Slava Zanko
parent 7e89f48f0b
commit b9c0b56928

View File

@ -73,7 +73,6 @@
#endif
#include "src/keybind-defaults.h"
#include "src/util.h" /* check_for_default() */
#include "src/filemanager/layout.h" /* mc_refresh() */
#include "edit-impl.h"
#include "editwidget.h"