aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
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/diff.c
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/diff.c')
-rw-r--r--src/nvim/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index 339e1d4c30..cf4c98e5f9 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -53,7 +53,7 @@
#include "nvim/path.h"
#include "nvim/pos_defs.h"
#include "nvim/strings.h"
-#include "nvim/types.h"
+#include "nvim/types_defs.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
#include "nvim/vim.h"