aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.h
blob: 7b477da2f50d76e2ae148594ea6d1543b522b316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef NVIM_MEMORY_H
#define NVIM_MEMORY_H

#include <stdint.h>  // for uint8_t
#include <stddef.h>  // for size_t

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "memory.h.generated.h"
#endif
#endif  // NVIM_MEMORY_H