diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-03-03 14:53:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 14:53:37 +0100 |
| commit | 506ffde1a7dd819f2a917907b024f42d32e3ad49 (patch) | |
| tree | 1a7710fe4e6c27b63737ccb28f8ebc64704100d6 /src/nvim/eval.c | |
| parent | 98e051783c26239a47c5cd643e9aea7146b097bd (diff) | |
| parent | 2cffd048334912f72e0f55b2a02bd1fd9107613a (diff) | |
| download | rneovim-506ffde1a7dd819f2a917907b024f42d32e3ad49.tar.gz rneovim-506ffde1a7dd819f2a917907b024f42d32e3ad49.tar.bz2 rneovim-506ffde1a7dd819f2a917907b024f42d32e3ad49.zip | |
Merge pull request #22442 from bfredl/quickmake
refactor(build): spring cleaning of compile time checks
Diffstat (limited to 'src/nvim/eval.c')
| -rw-r--r-- | src/nvim/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 0fbf31a8cd..da2a88346a 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -45,7 +45,6 @@ #include "nvim/insexpand.h" #include "nvim/keycodes.h" #include "nvim/lib/queue.h" -#include "nvim/locale.h" #include "nvim/lua/executor.h" #include "nvim/macros.h" #include "nvim/main.h" @@ -62,6 +61,7 @@ #include "nvim/optionstr.h" #include "nvim/os/fileio.h" #include "nvim/os/fs_defs.h" +#include "nvim/os/lang.h" #include "nvim/os/os.h" #include "nvim/os/shell.h" #include "nvim/os/stdpaths_defs.h" |
