refactor: remove vim.h from more headers (#26244)

This commit is contained in:
zeertzjq
2023-11-27 18:37:35 +08:00
committed by GitHub
parent a03bd2b878
commit acf5252879
4 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
# include <sanitizer/ubsan_interface.h>
#endif
// uncrustify:off
#include "nvim/vim.h"
// uncrustify:on
#include "nvim/arglist.h"
#include "nvim/ascii.h"
#include "nvim/autocmd.h"
@@ -82,7 +86,6 @@
#include "nvim/ui_client.h"
#include "nvim/ui_compositor.h"
#include "nvim/version.h"
#include "nvim/vim.h"
#include "nvim/window.h"
#ifdef MSWIN
# include "nvim/os/os_win_console.h"