aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-03-08 21:54:57 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-03-08 21:54:57 -0400
commit927ff6f32647592988b2eae6d99e7e49a89948f4 (patch)
treece6c4318f8c909d77597c616469159d0902e3fda /src/nvim/ex_cmds2.c
parentd2e13d3b3dab18555fa319db4960b8acdb09d6ae (diff)
parente0f8eea9f103370be7fd8faefae78482c654cb06 (diff)
downloadrneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.tar.gz
rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.tar.bz2
rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.zip
Merge #2081 'avoid spurious rebuilds from git operations'
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r--src/nvim/ex_cmds2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c
index ffafe3cffb..44cb2d48a2 100644
--- a/src/nvim/ex_cmds2.c
+++ b/src/nvim/ex_cmds2.c
@@ -21,7 +21,7 @@
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
-#include "nvim/version_defs.h"
+#include "nvim/version.h"
#include "nvim/ex_cmds2.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"