aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-08-05 14:08:28 +0200
committerGitHub <noreply@github.com>2024-08-05 14:08:28 +0200
commitfd1d84c705128372dc25e3a833e9a1dc6b9e81e0 (patch)
treecd42ac3b29c6b2ac214bd81c3d11ece9dbd406c9 /src/nvim/main.c
parentc7b100630ae65b904a722c57f1fde1d9669cc643 (diff)
parent1247684ae14e83c5b742be390de8dee00fd4e241 (diff)
downloadrneovim-fd1d84c705128372dc25e3a833e9a1dc6b9e81e0.tar.gz
rneovim-fd1d84c705128372dc25e3a833e9a1dc6b9e81e0.tar.bz2
rneovim-fd1d84c705128372dc25e3a833e9a1dc6b9e81e0.zip
Merge pull request #29540 from bfredl/neoshada
refactor(shada): rework msgpack decoding without msgpack-c
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 72888757be..c507a201b0 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -6,7 +6,6 @@
#endif
#include <assert.h>
#include <limits.h>
-#include <msgpack/pack.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>