mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
refactor: run IWYU on entire repo
Reference: https://github.com/neovim/neovim/issues/6371.
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/ascii_defs.h"
|
||||
#include "nvim/option_defs.h"
|
||||
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/option_vars.h"
|
||||
#include "nvim/strings.h"
|
||||
|
||||
// Keycode definitions for special keys.
|
||||
//
|
||||
|
Reference in New Issue
Block a user