aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-30 12:05:28 +0800
committerGitHub <noreply@github.com>2023-09-30 12:05:28 +0800
commitcf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3 (patch)
treebf9f5c708f7cc03513bf4af81bcacacd833912f5 /src/nvim/runtime.c
parent5f2d0b932907fc3814a2245e1beacd8a47aa256c (diff)
downloadrneovim-cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3.tar.gz
rneovim-cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3.tar.bz2
rneovim-cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3.zip
build(iwyu): add a few more _defs.h mappings (#25435)
Diffstat (limited to 'src/nvim/runtime.c')
-rw-r--r--src/nvim/runtime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/runtime.c b/src/nvim/runtime.c
index e6a04c899c..53896cb637 100644
--- a/src/nvim/runtime.c
+++ b/src/nvim/runtime.c
@@ -9,6 +9,7 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
+#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <uv.h>
@@ -17,7 +18,6 @@
#include "nvim/api/private/helpers.h"
#include "nvim/ascii.h"
#include "nvim/autocmd.h"
-#include "nvim/buffer_defs.h"
#include "nvim/charset.h"
#include "nvim/cmdexpand.h"
#include "nvim/debugger.h"
@@ -31,6 +31,7 @@
#include "nvim/getchar.h"
#include "nvim/gettext.h"
#include "nvim/globals.h"
+#include "nvim/hashtab.h"
#include "nvim/lua/executor.h"
#include "nvim/macros.h"
#include "nvim/map.h"