build(IWYU): fix includes for undo_defs.h

This commit is contained in:
dundargoc
2023-11-27 18:39:38 +01:00
committed by dundargoc
parent 8b428ca8b7
commit f4aedbae4c
126 changed files with 123 additions and 125 deletions

View File

@@ -33,7 +33,7 @@
#include "nvim/memory.h"
#include "nvim/move.h"
#include "nvim/ops.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/undo.h"
#include "nvim/vim.h"

View File

@@ -26,7 +26,7 @@
#include "nvim/mbyte.h"
#include "nvim/memory.h"
#include "nvim/ops.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/regexp.h"
#include "nvim/strings.h"
#include "nvim/types.h"

View File

@@ -21,7 +21,7 @@
#include "nvim/lua/executor.h"
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/deprecated.c.generated.h"

View File

@@ -22,7 +22,7 @@
#include "nvim/mbyte.h"
#include "nvim/memline.h"
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/sign.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS

View File

@@ -31,7 +31,7 @@
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/msgpack_rpc/helpers.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/ui.h"
#include "nvim/version.h"

View File

@@ -58,7 +58,7 @@
#include "nvim/os/os_defs.h"
#include "nvim/os/process.h"
#include "nvim/popupmenu.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/runtime.h"
#include "nvim/sign.h"
#include "nvim/state.h"

View File

@@ -20,7 +20,7 @@
#include "nvim/mbyte.h"
#include "nvim/memory.h"
#include "nvim/option.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/syntax.h"
#include "nvim/ui.h"
#include "nvim/window.h"

View File

@@ -22,7 +22,7 @@
#include "nvim/message.h"
#include "nvim/move.h"
#include "nvim/plines.h"
#include "nvim/pos.h"
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#include "nvim/window.h"