diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2015-03-01 16:36:10 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-08 21:54:57 -0400 |
commit | 4f92178a7597f0478f306086933a163109ee894c (patch) | |
tree | ff9663b78d4015159dbfffb39b27b4441fd225cf /src/nvim/eval.c | |
parent | d2e13d3b3dab18555fa319db4960b8acdb09d6ae (diff) | |
download | rneovim-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.c | 1 |
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:" */ |