mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
15 lines
268 B
C
15 lines
268 B
C
#ifndef NVIM_EVAL_DECODE_H
|
|
#define NVIM_EVAL_DECODE_H
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <msgpack.h>
|
|
|
|
#include "nvim/eval/typval.h"
|
|
#include "nvim/globals.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "eval/decode.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_EVAL_DECODE_H
|