mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
refactor: run IWYU on entire repo
Reference: https://github.com/neovim/neovim/issues/6371.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/private/defs.h" // IWYU pragma: export
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/assert_defs.h"
|
||||
#include "nvim/macros_defs.h"
|
||||
|
Reference in New Issue
Block a user