aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-03-14 14:00:56 +0100
committerGitHub <noreply@github.com>2023-03-14 14:00:56 +0100
commitd1e0f7454b5fc61d26db5af5ce00c1894e7c49fc (patch)
treeef972775c047745b19db5c06e1e490090d3a26f0 /src/nvim/buffer.c
parent4f7879dff0f0dc22ddf4cb2a2095b88605a3bab0 (diff)
parentd6ecead36406233cc56353dd05f3380f0497630f (diff)
downloadrneovim-d1e0f7454b5fc61d26db5af5ce00c1894e7c49fc.tar.gz
rneovim-d1e0f7454b5fc61d26db5af5ce00c1894e7c49fc.tar.bz2
rneovim-d1e0f7454b5fc61d26db5af5ce00c1894e7c49fc.zip
Merge pull request #22666 from bfredl/unscreen
refactor(screen): screen.c delenda est
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 7a4e5d3eeb..cedbadbaf3 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -87,7 +87,6 @@
#include "nvim/quickfix.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
-#include "nvim/screen.h"
#include "nvim/search.h"
#include "nvim/sign.h"
#include "nvim/spell.h"