aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.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/eval.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/eval.c')
-rw-r--r--src/nvim/eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 9b4b4ce496..ae8e0d329f 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -351,7 +351,6 @@ typedef enum {
* The reason to use this table anyway is for very quick access to the
* variables with the VV_ defines.
*/
-#include "nvim/version_defs.h"
/* values for vv_flags: */
#define VV_COMPAT 1 /* compatible, also used without "v:" */