aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/decode.h
blob: 3000cd3211cfd6eee78f0989fdbb57521cbf7769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <msgpack.h>
#include <stddef.h>

#include "nvim/eval/typval_defs.h"
#include "nvim/types.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/decode.h.generated.h"
#endif