aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2015-03-01 16:36:10 +0100
committerJustin M. Keyes <justinkz@gmail.com>2015-03-08 21:54:57 -0400
commit4f92178a7597f0478f306086933a163109ee894c (patch)
treeff9663b78d4015159dbfffb39b27b4441fd225cf /src/nvim/eval.c
parentd2e13d3b3dab18555fa319db4960b8acdb09d6ae (diff)
downloadrneovim-4f92178a7597f0478f306086933a163109ee894c.tar.gz
rneovim-4f92178a7597f0478f306086933a163109ee894c.tar.bz2
rneovim-4f92178a7597f0478f306086933a163109ee894c.zip
config: split out versiondef.h from config.h
This avoids recompiling every c file after comitting.
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:" */