mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 20:48:32 +00:00
config: split out versiondef.h from config.h
This avoids recompiling every c file after comitting.
This commit is contained in:

committed by
Justin M. Keyes

parent
d2e13d3b3d
commit
4f92178a75
@@ -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"
|
||||
|
Reference in New Issue
Block a user