diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-08 21:54:57 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-08 21:54:57 -0400 |
| commit | 927ff6f32647592988b2eae6d99e7e49a89948f4 (patch) | |
| tree | ce6c4318f8c909d77597c616469159d0902e3fda /src/nvim/misc1.c | |
| parent | d2e13d3b3dab18555fa319db4960b8acdb09d6ae (diff) | |
| parent | e0f8eea9f103370be7fd8faefae78482c654cb06 (diff) | |
| download | rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.tar.gz rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.tar.bz2 rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.zip | |
Merge #2081 'avoid spurious rebuilds from git operations'
Diffstat (limited to 'src/nvim/misc1.c')
| -rw-r--r-- | src/nvim/misc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index a836ab5680..04551355ae 100644 --- a/src/nvim/misc1.c +++ b/src/nvim/misc1.c @@ -19,7 +19,7 @@ #include "nvim/vim.h" #include "nvim/ascii.h" -#include "nvim/version_defs.h" +#include "nvim/version.h" #include "nvim/misc1.h" #include "nvim/charset.h" #include "nvim/cursor.h" |