mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fixup:
This commit is contained in:
parent
1045659097
commit
8c611f53fe
@ -2,7 +2,10 @@
|
||||
// Terminal/console utils
|
||||
//
|
||||
|
||||
#include "nvim/os/os.h" // IWYU pragma: keep (Windows)
|
||||
#ifdef MSWIN
|
||||
# include "nvim/memory.h"
|
||||
# include "nvim/os/os.h"
|
||||
#endif
|
||||
#include "nvim/os/tty.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Loading…
Reference in New Issue
Block a user