mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
8 lines
148 B
C
8 lines
148 B
C
#pragma once
|
|
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "debugger.h.generated.h"
|
|
#endif
|