aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.h
diff options
context:
space:
mode:
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.