From 045b1d7f90cb116b506c6b43954b6337488f9af5 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 18 Dec 2024 16:35:31 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20fixup!=20fixup!=20feat(jobs):=20jobsta?= =?UTF-8?q?rt(=E2=80=A6,{term:true}),=20deprecate=20termopen()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nvim/eval/deprecated.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvim/eval/deprecated.h b/src/nvim/eval/deprecated.h index 04cf60218c..b870403aa4 100644 --- a/src/nvim/eval/deprecated.h +++ b/src/nvim/eval/deprecated.h @@ -3,7 +3,6 @@ #include // for true #include "nvim/eval/typval_defs.h" // IWYU pragma: keep -#include "nvim/message.h" // for semsg #include "nvim/types_defs.h" // IWYU pragma: keep #ifdef INCLUDE_GENERATED_DECLARATIONS