refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)

This commit is contained in:
zeertzjq
2023-12-01 08:06:37 +08:00
committed by GitHub
parent b32b5b2711
commit 09e93d7c4d
15 changed files with 174 additions and 153 deletions

View File

@@ -1,11 +1,11 @@
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h> // IWYU pragma: keep
#include <stdint.h> // IWYU pragma: keep
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "nvim/getchar_defs.h" // IWYU pragma: export
#include "nvim/os/fileio.h"
#include "nvim/os/fileio_defs.h"
#include "nvim/types_defs.h" // IWYU pragma: keep
/// Argument for flush_buffers().