aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-03-03 14:53:37 +0100
committerGitHub <noreply@github.com>2023-03-03 14:53:37 +0100
commit506ffde1a7dd819f2a917907b024f42d32e3ad49 (patch)
tree1a7710fe4e6c27b63737ccb28f8ebc64704100d6 /src/nvim/option.c
parent98e051783c26239a47c5cd643e9aea7146b097bd (diff)
parent2cffd048334912f72e0f55b2a02bd1fd9107613a (diff)
downloadrneovim-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/option.c')
-rw-r--r--src/nvim/option.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index 0303f0bccd..6ddc3b5cfb 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -62,7 +62,6 @@
#include "nvim/indent_c.h"
#include "nvim/insexpand.h"
#include "nvim/keycodes.h"
-#include "nvim/locale.h"
#include "nvim/log.h"
#include "nvim/lua/executor.h"
#include "nvim/macros.h"