mirror of
https://github.com/neovim/neovim.git
synced 2026-03-03 07:38:33 +00:00
12 lines
218 B
C
12 lines
218 B
C
#pragma once
|
|
|
|
#include <stddef.h> // IWYU pragma: keep
|
|
|
|
#ifdef MSWIN
|
|
# include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
#endif
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "os/process.h.generated.h"
|
|
#endif
|