lib/widget/widget-common.h: rename include guard.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-04-23 13:13:58 +03:00
parent 30e64b5f4c
commit fc6cc7bfc3
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
* \brief Header: shared stuff of widgets
*/
#ifndef MC__WIDGET_INTERNAL_H
#define MC__WIDGET_INTERNAL_H
#ifndef MC__WIDGET_COMMON_H
#define MC__WIDGET_COMMON_H
#include "lib/keybind.h" /* global_keymap_t */
#include "lib/tty/mouse.h"
@ -459,4 +459,4 @@ widget_overlapped (const Widget * a, const Widget * b)
/* --------------------------------------------------------------------------------------------- */
#endif /* MC__WIDGET_INTERNAL_H */
#endif /* MC__WIDGET_COMMON_H */