Clean up irrelevant comments.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2024-02-11 11:50:05 +03:00
parent de4e6ca534
commit 7af11660f8
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
#include "lib/global.h"
#include "lib/vfs/vfs.h"
#include "lib/util.h" /* tilde_expand() */
#include "lib/util.h"
#include "lib/lock.h"
#include "lib/widget.h" /* query_dialog() */

View File

@ -42,7 +42,7 @@
#include "lib/tty/color.h"
#include "lib/tty/key.h"
#include "lib/skin.h" /* EDITOR_NORMAL_COLOR */
#include "lib/vfs/vfs.h" /* mc_opendir, mc_readdir, mc_closedir, */
#include "lib/vfs/vfs.h"
#include "lib/util.h"
#include "lib/widget.h"
#include "lib/strutil.h"