mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor: fix headers with IWYU
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "nvim/assert.h"
|
||||
#include "nvim/map.h"
|
||||
#include "nvim/assert_defs.h"
|
||||
#include "nvim/map_defs.h"
|
||||
|
||||
#if !defined(KEY_NAME) || !defined(VAL_NAME)
|
||||
// Don't error out. it is nice to type-check the file in isolation, in clangd or otherwise
|
||||
|
Reference in New Issue
Block a user