aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.h
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-27 20:27:32 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 21:57:51 +0100
commit6c14ae6bfaf51415b555e9a6b85d1d280976358d (patch)
tree466b580b496ff7138407cf3187534a7cbf67a9d1 /src/nvim/mbyte.h
parente3f735ef101d670555f44226614a5c3557053b1f (diff)
downloadrneovim-6c14ae6bfaf51415b555e9a6b85d1d280976358d.tar.gz
rneovim-6c14ae6bfaf51415b555e9a6b85d1d280976358d.tar.bz2
rneovim-6c14ae6bfaf51415b555e9a6b85d1d280976358d.zip
refactor: rename types.h to types_defs.h
Diffstat (limited to 'src/nvim/mbyte.h')
-rw-r--r--src/nvim/mbyte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mbyte.h b/src/nvim/mbyte.h
index 4e2ba21f47..daeee15fd2 100644
--- a/src/nvim/mbyte.h
+++ b/src/nvim/mbyte.h
@@ -10,7 +10,7 @@
#include "nvim/grid_defs.h"
#include "nvim/mbyte_defs.h" // IWYU pragma: export
#include "nvim/os/os_defs.h"
-#include "nvim/types.h"
+#include "nvim/types_defs.h"
// Return byte length of character that starts with byte "b".
// Returns 1 for a single-byte character.