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

#include <stddef.h>  // for size_t

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