aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-12-12 15:40:21 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-17 19:03:18 +0100
commit69bc519b53ebf78fd95c8256468e7d538ebcb948 (patch)
treeeeff39a8b6478da10c8d6b394617cc273e5e0d34 /src/nvim/buffer.c
parentc0cb1e8e9437b738c8d3232ec4594113d2221bb2 (diff)
downloadrneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.tar.gz
rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.tar.bz2
rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.zip
refactor: move non-symbols to defs.h headers
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 0392ff6ebd..75c6545c1d 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -39,7 +39,6 @@
#include "nvim/charset.h"
#include "nvim/cmdexpand.h"
#include "nvim/cursor.h"
-#include "nvim/decoration.h"
#include "nvim/diff.h"
#include "nvim/digraph.h"
#include "nvim/drawscreen.h"