refactor: rename types.h to types_defs.h

This commit is contained in:
dundargoc
2023-11-27 20:27:32 +01:00
committed by dundargoc
parent e3f735ef10
commit 6c14ae6bfa
147 changed files with 146 additions and 146 deletions

View File

@@ -33,7 +33,7 @@
#include "nvim/msgpack_rpc/unpacker.h"
#include "nvim/os/input.h"
#include "nvim/rbuffer.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/ui_client.h"

View File

@@ -13,7 +13,7 @@
#include "nvim/func_attr.h"
#include "nvim/memory.h"
#include "nvim/msgpack_rpc/helpers.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "msgpack_rpc/helpers.c.generated.h"

View File

@@ -12,7 +12,7 @@
#include "nvim/grid_defs.h"
#include "nvim/memory_defs.h"
#include "nvim/msgpack_rpc/channel_defs.h"
#include "nvim/types.h"
#include "nvim/types_defs.h"
#include "nvim/ui_client.h"
struct Unpacker {