aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-13 10:40:53 +0800
committerGitHub <noreply@github.com>2023-05-13 10:40:53 +0800
commit6a273af10517d1f7e4ea85635f1d25a9158adeb5 (patch)
tree58236cf1b3288713603bfabedecd0f3399aca47f /src/nvim/window.h
parentf76e1ac92eda9cb364a9de49422b45a035256ca6 (diff)
downloadrneovim-6a273af10517d1f7e4ea85635f1d25a9158adeb5.tar.gz
rneovim-6a273af10517d1f7e4ea85635f1d25a9158adeb5.tar.bz2
rneovim-6a273af10517d1f7e4ea85635f1d25a9158adeb5.zip
refactor: remove typval.h from most header files (#23601)
Because typval_defs.h is enough for most of them.
Diffstat (limited to 'src/nvim/window.h')
-rw-r--r--src/nvim/window.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/window.h b/src/nvim/window.h
index 4ab2bea60a..9201800d53 100644
--- a/src/nvim/window.h
+++ b/src/nvim/window.h
@@ -4,13 +4,9 @@
#include <stdbool.h>
#include <stddef.h>
-#include "nvim/buffer.h"
#include "nvim/buffer_defs.h"
#include "nvim/macros.h"
-#include "nvim/mark.h"
-#include "nvim/os/os.h"
-#include "nvim/os/os_defs.h"
-#include "nvim/vim.h"
+#include "nvim/option_defs.h"
// Values for file_name_in_line()
#define FNAME_MESS 1 // give error message