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:
@@ -24,7 +24,7 @@
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/log.h"
|
||||
#include "nvim/main.h"
|
||||
#include "nvim/map.h"
|
||||
#include "nvim/map_defs.h"
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/message.h"
|
||||
#include "nvim/msgpack_rpc/channel.h"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#include "nvim/event/process.h"
|
||||
#include "nvim/event/socket.h"
|
||||
#include "nvim/event/wstream.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/macros_defs.h"
|
||||
#include "nvim/memory_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/msgpack_rpc/channel_defs.h" // IWYU pragma: export
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include "nvim/api/private/dispatch.h"
|
||||
#include "nvim/event/process.h"
|
||||
#include "nvim/event/socket.h"
|
||||
#include "nvim/map.h"
|
||||
#include "nvim/map_defs.h"
|
||||
|
||||
typedef struct Channel Channel;
|
||||
typedef struct Unpacker Unpacker;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include "klib/kvec.h"
|
||||
#include "msgpack/pack.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/assert.h"
|
||||
#include "nvim/assert_defs.h"
|
||||
#include "nvim/func_attr.h"
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/msgpack_rpc/helpers.h"
|
||||
|
@@ -5,9 +5,9 @@
|
||||
#include "klib/kvec.h"
|
||||
#include "mpack/conv.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/ascii_defs.h"
|
||||
#include "nvim/grid.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/macros_defs.h"
|
||||
#include "nvim/memory.h"
|
||||
#include "nvim/msgpack_rpc/channel_defs.h"
|
||||
#include "nvim/msgpack_rpc/helpers.h"
|
||||
|
Reference in New Issue
Block a user